Skip to content

Releases: AIPEAC/flutter-no-debugprint-release

flutter v2.0

28 May 08:01
97af300

Choose a tag to compare

Add a skill file and fix a few mistakes on windows side.

flutter release no debugprint v1.0

15 May 08:54

Choose a tag to compare

Installation

Linux / macOS

git clone https://github.com/AIPEAC/flutter-no-debugprint-release
cd flutter-no-debugprint-release
./install.sh

The installer will ask if you want to remove the cloned directory. Say y if you don't need it anymore — the wrapper is copied to ~/.flutter-ndrelease/.

Then restart your terminal or run:

source ~/.bashrc  # or ~/.zshrc

Windows

git clone https://github.com/AIPEAC/flutter-no-debugprint-release
cd flutter-no-debugprint-release
install.bat

The installer will ask if you want to remove the cloned directory. Say y if you don't need it anymore — the wrapper is copied to %USERPROFILE%\.flutter-ndrelease\.

Then restart your terminal.