The unnoficial SquareCloud Flutter app for iOS and Android
To build the Square Cloud Flutter App, follow these steps:
- Ensure you have Flutter installed on your machine. You can download it from the Flutter website.
- Clone the repository:
git clone https://github.com/jvrcruzGAMES/squarecloud-flutter-app.git
- Navigate to the project directory:
cd squarecloud-flutter-app
- Get the dependencies:
flutter pub get
- Build the app:
or for iOS (macOS only):
flutter build apk
flutter build ios --release
- Get the .ipa file from GitHub Actions
- Install with your favorite sideloading software
- Download the .apk file from GitHub Actions
- Install directly to your device
This project is licensed under the GPLv3.0 License. See the LICENSE
file for details.