Skip to content

Releases: thameezb/ninety9names_flutter

v0.1.2

27 Mar 22:39
Compare
Choose a tag to compare

Changelog

  • Enable only a single English name required for Arabic (if more than one English meaning exists)

v0.1.1

27 Mar 21:10
Compare
Choose a tag to compare

Changelog

  • Fix spacing for English challenge section with many English names
  • Fix missing fields under name details

v0.1.0

27 Mar 15:12
3b7ce72
Compare
Choose a tag to compare

Changelog

  • Updates code to Flutter v2 with null safety
  • Major Refactor to bring code in-line with better flutter design
  • Shifts backend from a remote API call to Firebase Firestore DB
  • Enables multi-dex for Android builds
  • Shifts code over to enable app to fully connect with Firebase
  • Sanitizes input for spaces and -
  • Fixes web UI bug when rendering arabic
  • Slightly cleaner displaying of English multi-name for challenge

Regressions

  • Breaks iOS build due to shift to Firebase without updating build config (TODO - #26)