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

Copy Flutter Framework to iOS Folder

PreviousSetup Multi-LanguageNextSupport

Last updated 5 years ago

Was this helpful?

1) Create a sample project.

(See guide here: )

2) Copy folder "ios/Flutter" from the sample project (created at step 1).

3) Paste into "ios" folder of your project.

4) Open "Runner.xcworkspace" by XCode.

5) Run.

https://uxper.gitbook.io/app-flutter/1/1-1