PL
Install / Getting Started
AI-powered skill development app — Prompt Loop
Install & Build Guide
This guide shows how to get Prompt Loop running locally and how to build release artifacts.
Prerequisites
- Flutter SDK 3.10.1 or higher
- Dart 3.10.1 or higher
- For Android: Android Studio or Android SDK
- Java 17+
Clone the repository
git clone https://github.com/cmwen/prompt-loop-app.git cd prompt-loop-app
Run locally
- Get dependencies:
flutter pub get - Run on Android:
flutter run
Build release artifacts
flutter build apk # Android APK flutter build appbundle # Play Store
Run tests
flutter test # Run all tests flutter test --coverage # With coverage
Need more help?
Open an issue or pull request on the GitHub repository.