Built a mobile app
Made using Flutter
100 Days of Flutter, Day 11
  • Did the β€œDicee” project, a mobile app that (psuedo)randomly changes the number on a dice when you press on it
  • Updated my Flutter SDK to 2.2
  • Switched from Android Studio to Visual Studio Code
  • Learned about migrating from the Material library's deprecated FlatButton to TextButton
  • Learned about the Random class