A companion application for GyverLamp build with Flutter.
Huge thanks to Iryna for the design and support ❤️
Animated splash screen made with Rive
splash.mp4
Thanks to JcToon for publishing the animation.
connection.mp4
fidget.mp4
effects.mp4
rulers.mp4
l10n.mp4
dark_mode.mp4
This project contains 2 entry points:
- development
- production
To run the desired entry point either use the launch configuration in VSCode/Android Studio or use the following commands:
# Development
$ flutter run --target lib/main_development.dart
# Production
$ flutter run --target lib/main_production.dart