app_version_update 1.0.0 app_version_update: ^1.0.0 copied to clipboard
An easy and quick way to check if the local app is updated with the same version in their respective stores (Play Store / Apple Store ).
0.0.1 #
- Initial update
0.1.0 #
- Providing alert dialog widget to display update option to user, directing him to the respective store
0.1.1 #
- Updating features
0.2.0 #
- Fix Verification local app version
- Add canUpdate var in AppVersionResult
0.3.0 #
- Add ShowTypeModel for types the ours widget
0.3.1 #
- Add change log
0.3.2 #
- Teste description for use
- refact immutable widget
0.3.3 #
- Format files with flutter format
0.4.3 #
- Add Dart Doc
0.4.4 #
- Fix Dart Doc
0.4.5 #
- Fix Change log
1.0.0 #
- Stable version !!!
- Fixing bug that detected an update when the version is the same.
- Converting string comparison values to num.
- Added support for versions that have the + character.
- Componentizing functions.
- Fixing bug during development with version higher than store version in local app.