דלגו לתוכן

Build your own

  1. Install git and flutter (beta)
  2. Clone the repository
  3. Navigate to the app directory
  4. Use the flutter tool to compile the application
    • flutter build apk
    • flutter build appbundle
    • flutter build web
    • flutter build linux
    • flutter build windows
    • flutter build ios --release --no-codesign
      after that, create a folder named “Payload”, copy Runner.app into it and zip the payload folder. Then rename “.zip” to “.ipa”.
  5. The compiled files are in the build directory