To run an example, switch to that example’s directory, and use flutter run . Make sure you have an emulator running, or a device connected over USB and debugging enabled on that device.1 Kas 2018
Read moreHow do you run a flutter package?
From the terminal: Run flutter pub get . From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec. yaml . From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.
Read more