-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemo.txt
32 lines (30 loc) · 1.25 KB
/
memo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter analyze
flutter pub publish
==== https://docs.flutter.dev/reference/flutter-cli
=================================================Here’s how you might use the flutter tool to create, analyze, test, and run an app:
flutter create my_app
cd my_app
flutter analyze
flutter test
flutter run lib/main.dart
=================================================To run pub commands using the flutter tool:
flutter pub get
flutter pub outdated
flutter pub upgrade
=================================================
flutter --help --verbose
flutter --version
======================================================Show information about the installed tooling.
flutter doctor
======================================================Runs Flutter Driver tests for the current project.
flutter drive
======================================================List, launch and create emulators.
flutter emulators
======================================================Upgrade your copy of Flutter.
flutter upgrade
======================================================you can solve this running below commands. Not all the time chatgpt gives you rigth answer.
flutter clean
flutter pub upgrade
flutter pub get