A BlueBubbles client for your browser!
This is only the deployment for our webapp. Please view the the BlueBubbles-app repo to create any Issues or PRs.
- Follow the Flutter setup instructions here
- Fork the BlueBubbles-app repo and run
flutter pub get - Run
flutter pub global activate peanut(this activates the build system for web) - Run
flutter pub global run peanut:peanut --web-renderer=canvaskit(this builds the actual webapp) - The peanut tool will allow you to push to a configured remote, the command will be given at the end of the terminal output
- For PWA support, you may need to modify
flutter_service_worker.jsafter the build files are pushed. Comment out line 59 ("/"), and PWA support should be active.