Golo - App Flutter
Buy Golo WordPress
Buy Golo Laravel
Search…
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
Update the project name
1. pubspec.yaml
: change the name to
your_new_project_name
1
name: your_new_project_name_here // Golo
2
description: your_description_here // GetGolo.com
3
version: 1.0.0+5
Copied!
2. Replace all packages imported by the new package name
Example:
1
import 'package:Golo/src/entity/City.dart';
Copied!
to
1
import 'package:your_new_project_name_here/src/entity/City.dart';
Copied!
Config Your App - Previous
Fetch the packages for the project (important)
Next - Config Your App
Update the application display name
Last modified
2yr ago
Copy link