Golo - App Flutter
  • Introductions
  • How to install Flutter?
    • Getting Started
  • Config Your App
    • Update app setting (pubspec.yaml )
    • Fetch the packages for the project (important)
    • Update the project name
    • Update the application display name
    • Update API Url
    • Setup Multi-Language
    • Copy Flutter Framework to iOS Folder
  • Support
  • FAQ
    • Can not run on device, but simulator can work well
    • Could not find the built application bundle at build/ios/iphoneos/Runner.app
Powered by GitBook
On this page

Was this helpful?

  1. Config Your App

Fetch the packages for the project (important)

PreviousUpdate app setting (pubspec.yaml )NextUpdate the project name

Last updated 5 years ago

Was this helpful?

Run this command on your project folder

flutter pub get

More info:

Focus on this statement:

  • From the terminal: Run flutter pub get. OR

  • 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.yaml.

Then, do the same thing for the local package: packages/den_lineicons.

https://flutter.dev/docs/development/packages-and-plugins/using-packages