nissy-fmc

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

commit f9f7288267b9aa529f53c437c0a6309a486c18ea
parent 5839e270c710a2349b3ef9f8891517a87852527c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 25 Jun 2023 19:02:11 +0200

Added useful links

Diffstat:
MTODO.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -3,3 +3,11 @@ * input text box for scramble, get EOs for that * UI design * other steps + +Useful links for next steps: + +* https://docs.flutter.dev/cookbook/forms/text-field-changes +* https://api.flutter.dev/flutter/widgets/FutureBuilder-class.html +* https://docs.flutter.dev/cookbook/forms/validation +* https://api.dart.dev/stable/3.0.5/dart-async/Future-class.html +* https://dart.dev/codelabs/async-await