- Closing widgets mandatory when back user update app in store
- Add support to x.xx.x+y
- Fix bug with normal versions
- Upgrade
package_info_plus
to^8.0.0
- Set appropriate
sdk
constraints to>=3.0.0 <4.0.0
- Set appropriate
flutter
constraints to>=3.0.0
- Reverse the order of items in changelog for better readability
- Upgrade linter & fix all issues
- Fix example
- Country cause error in get version Play Store
Breaking changes:
- Use lowerCamelCase for enum items in ShowModalType (recommended rule)
- Upgrade dependencies
- Support fot long versions
- Improvements in code by @pom11
- Add minimal example
- Add internet permission in readme
- Fix 2 digits or higher versions by @pom11
- Fix a bug where custom text styles are not applied by @msitbon
- Fix dialog doc
- Update score docs
- Added docs new widgets
- Added mandatory update
- Added new popups (ShowModalType) Page and BottomSheet
- Adding more customization options for the content dialog and bottomSheet
- Added more docs
- Fixing loop index of Albertbol
- Fixing Avoid using unnecessary statements
- Fixing pubdev docs
- Fixing Avoid using unnecessary statements
- 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
- Fix changelog
- Fix Dart Doc
- Add Dart Doc
- Format files with flutter format
- Test description for use
- Refactor immutable widget
- Add change log
- Add ShowTypeModel for types the ours widget
- Fix Verification local app version
- Add canUpdate var in AppVersionResult
- Updating features
- Providing alert dialog widget to display update option to user, directing him to the respective store
- Initial update