build as ios app
2015 12/20 use master branch
flutter ios --init
flutter build
cp build/app.flx ./ios/
than make xcode project. and this project's builded app is exeutable on simulator and real device.
Last updated
Was this helpful?
2015 12/20 use master branch
flutter ios --init
flutter build
cp build/app.flx ./ios/
than make xcode project. and this project's builded app is exeutable on simulator and real device.
Last updated
Was this helpful?