Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.52 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.52 KB

Normal Julia Sets

style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

Normal Julia Sets generator


Getting Started 🚀

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

TODO:

  • 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)!