Skip to main content

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
  5. The compiled files are in the build directory