flutter
all
Google's free, open source, and cross-platform mobile app SDK. Some subcommands such as `pub` have their own usage documentation.
More info →Subcommands (1)
Examples (8)
Initialize a new Flutter project in a directory of the same name
flutter create project_nameCheck if all external tools are correctly installed
flutter doctorList or change Flutter channel
flutter channel stable|beta|dev|masterRun Flutter on all started emulators and connected devices
flutter run -d allBuild a release APK targeting most modern smartphones
Delete the `build` and `.dart_tool` directories
flutter cleanmade by @shridhargupta | data from tldr-pages