Changelog - BMI Calculator Lite

Changelog - BMI Calculator Lite

mαplє

STABLE

3 August 2022 - Version 2.0.2+9

  • ➕ Added package_info_plus. No more hardcoded version number in About Dialog.
  • 📄 Update copyright year to 2022.
  • 🐛 Fixes broken links that cannot be opened.
  • ✏️ Changed web title and description.


Reborn - 23 July 2022 - Version 2.0.0+8

  • 🎉 Fresh start: Android & web - Using latest Gradle version, updated Kotlin version, and changed the trio minimumSdkVersioncompileSdkVersion, & targetSdkVersion.
  • 💄 UI overhauls - Opted into Material 3 design.
  • ✏️ Replaced download URL with different short link in when sharing the BMI (but still target the same destination)
  • ✏️ Update the about dialog.
  • ✏️ Set correct app label (app name on the launcher screen).
  • ➕ Added flutter_svgflutter_lints and provider.
  • 🚚 Migrated from share to share_plus. To support sharing on web.
  • ⬆️ Upgrade major dependencies
  • ⬆️ Bump dart constraints to 2.17.0 (To use the enhanced enum features)
  • 🐛 Fixes bug that allow sharing zero BMI value but prevent sharing the correct value - also lowering the decimal places.
  • 🐛 Fix link cannot be opened for Android 11+.
  • ✨ Added loading splash screen for web.
  • 🍱 Updated app icons (Android & web)
  • 🧑‍💻 [Dev] Fix linter warnings, fix and sort imports, improves code.


Very final version - 06 December 2020 - Version 1.2.11+5

  • Added support for Android 11 (bump targetSdkversion to 30)
  • Change the favicon, and some web icons.
  • Upgrade some dependencies (17+ dependencies)
  • Added link to Google Play Store if user open from the web
  • Introducing copy feature for web users.
  • Fix snackbar scaffold deprecated issue.
  • Change repository url to point at my new GitHub username


Final version - 26 September 2020 - Version 1.0.6+4

  • Legend table has been changed to DataTable
  •  Weight input field now accept 5 digits length.
  • Removed release notes button


31 August 2020 - Version 1.0.3+3

  • Introduce bmi gauge. Your result now represented graphically.
  • Change string Follow me on Twitter to Twitter.
  • Added this changelogs history link to AboutDialog.


17 August 2020 - Version 1.0.0+2

  • Changed TextInputAction for weight from done to nextFocus
  • Tap outside textbox will dismiss the keyboard
  • Share button is now working
  • Added warning if result is too low or too high
  • Added link to external webpage

ALPHA

14 August 2020 - Version 1.0.0-pre+1

  • First Android Alpha releases

PRE-ALPHA

28 Jun 2020

Report Page