Flutter - How to create a new project with command-line tool
Опубликовано: 28 Сентябрь 2024 на канале: FixBug Dev
728
117
The flutter command-line tool is how developers (or IDEs on behalf of developers) interact with Flutter
flutter create my_app
cd my_app
flutter analyze
flutter test
flutter run lib/main.dart