versionarte 0.4.1
versionarte: ^0.4.1 copied to clipboard
A Flutter package for determining update availability besides with some helpful features and pre-canned UI-kit.
0.4.1 #
- Now,
VersionarteIndicatorbesidesPackageInfoalso uses cached value ofLocalVersioningthat used to check the app status. - Improved documentation comments.
0.4.0 #
- Renamed
ServersideVersioningasStoreVersioningto be more intuitive withLocalVersioning.
0.3.3 #
- Small changes to versionarte.json file structure to make it more readable and compact.
ServersideVersioningis rewritten to be compatible with new versionarte.json format.- Renamed
CurrentVersioningasLocalVersioning.
0.3.0 #
- More intuitive, more platform specific and customizable
ServersideVersioning(new json format). VersionarteStatus.inactivechanged toVersionarteStatus.unavailable.- Added changelog property to provide latest release's changelog in multiple languages.
- Fixed some critical bugs encountered while testing.
- Initial version of README with roadmap in it.
0.2.0 #
- when utility extension for
VersionarteDecision. - Built-in components:
VersionarteView.mustUpdateandVersionarteView.inactive.
0.1.5 #
- Added documentation comments and customization properties for
VersionarteInactiveView, improved its UI components. - Fixed minor bugs.
0.1.4 #
- Added
VersionarteInactiveViewas a UI kit component to display to your users when the app is inactive. - Improved documentation comments.
0.1.2 #
- Updated namings of
ServersideVersioningandCurrentVersioning. - Added some documentation as a comment.
0.1.1 #
VersionarteIndicatorutility widget for displaying current platform version name and number alongside with app name.
0.1.0 #
- Initial release for the package.