nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

TODO.md (461B)


      1 * Learn async stuff
      2 * start with example hard-coded scramble, EO only
      3 * input text box for scramble, get EOs for that
      4 * UI design
      5 * other steps
      6 
      7 Useful links for next steps:
      8 
      9 * https://docs.flutter.dev/cookbook/forms/text-field-changes
     10 * https://api.flutter.dev/flutter/widgets/FutureBuilder-class.html
     11 * https://docs.flutter.dev/cookbook/forms/validation
     12 * https://api.dart.dev/stable/3.0.5/dart-async/Future-class.html
     13 * https://dart.dev/codelabs/async-await