(flutterui)
Build release
Table of Contents
This is an old revision of the document!
Build script
The build script is available in the creator directory. The script is Apache ANT based and it's a simple XML file. It defines several build commands. The default command (start.complete) creates output for iOS, Android and Web deployment.
The iOS build command requires macOS but won't fail if your system is not macOS.
Requirements
Java Runtime environment > 8.0
Commands
Complete (start.complete)
cd creator ./build.sh
or
cd creator build.cmd
iOS (start.ios)
cd creator ./build.sh start.ios
Android (start.android)
cd creator ./build.sh start.android
Web (start.web)
cd creator ./build.sh start.web
The results will be available in
creator/build/install
directory.
Updates
To get the latest build script, simply call
cd creator ./update.sh
The latest build.xml will be saved in the creator directory.