Generated by the Very Good CLI 🤖
Normal Julia Sets generator
This project contains three flavors:
- development
- staging
- production
To run the desired flavor, either use the launch configuration in VSCode/Android Studio or use the following commands:
# Development
$ flutter run --flavor development --target lib/main_development.dart
# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
# Production
$ flutter run --flavor production --target lib/main_production.dart
- Custom icons / launch screen
- Better error handling
- Split into smaller parts (and reuse icon buttons)
- More user-friendly authorization flow
- Bug Fixes
- Other login options
- Tests
- Feature: Zoom/Pan?
- Feature: Suggestions for more interesting sets?
- Feature: Animations (perhaps, with funvas)?
- Feature: More locales?
*Normal Julia Sets works on iOS and Android only for now (we're considering web support)!