versionarte 1.2.2 versionarte: ^1.2.2 copied to clipboard
Force update, show update indicator and disable the app for maintenance with total freedom over the UI.
1.2.2 #
- Upgrade dependencies.
1.2.1 #
- Remove
dart:io
use, so that the package can be used in web.
1.2.0 #
- Add Windows and Linux support.
- Added
Versionarte.launchDownloadUrl
method to launch download page of the app. - Add a getter for download urls of each platform.
- Update documentation.
1.1.0 #
- Add dynamic download url of each platform.
- Upgrade dependencies.
1.0.0 #
versionarte reaches its first stable version. 🎉
- BREAKING CHANGE: Updated
VersionarteStatus
values:upToDate
,forcedUpdate
,outdated
,inactive
,unknown
.
0.9.2 #
- Fixed App Store redirection by replacing
appleAppId
withappStoreUrl
directly to be safe.
0.9.1 #
- Upgrade dependencies: firebase_remote_config, http, package_info_plus, url_launcher
0.9.0 #
- Upgrade dependencies: firebase_remote_config, http, package_info_plus, url_launcher
- Update dependency constraints to
sdk: '>=3.0.0 <4.0.0'
0.8.8 #
- Fix some analyzer warnings.
- Upgrade dependencies.
- Update dependency constraints to
sdk: '>=2.18.0 <4.0.0'
0.8.7 #
- Fix errors in README and prepare for publishing.
0.8.6 #
- Updated README and Firebase Remote Config setup guide
0.8.5 #
- Add internal initialization option to
RemoteConfigVersionarteProvider
. - Add Firebase Remote Config setup guide
0.8.4 #
- Important bug fix in version comparison.
- Updated README.
0.8.3 #
- Improved
RemoteConfigVersiorteProvider
. - Pretty logs and some minor improvements besides almost finished documentation.
0.8.0 #
- New updated values for
VersionarteStatus
: upToDate, optionalUpdateAvailable, mandatoryUpdateRequired, appInactive, unknown.
0.7.2 #
- Renamed
openAppInStore
aslaunchStore
. - Renamed
VersionarteStatus.unavailable
asVersionarteStatus.inactive
. - Updated JSON structure so that comparison is now done with "version name" (1.0.0) instead of "version number" (1).
- Added support for macOS in addition to iOS and Android.
0.6.1 #
- [VersionarteStatus.failedToCheck] renamed as [VersionarteStatus.unknown].
- All UI related widgets are moved to versionarte_ui_kit package 💆🏻♂️.
- Upgraded dependencies to the latest version.
0.5.0 #
- Now, you can provide information texts in multiple languages when app is disabled (
VersionarteStatus.unavailable
).
0.4.3 #
- Renamed
PlatformStoreDetails
asStorePlatformDetails
. - Renamed
androidVersion
andiosVersion
asandroidVersionNumber
andiOSVersionNumber
respectively. - Improved documentation comments.
0.4.2 #
- Renamed
PlatformVersionate
asPlatformStoreDetails
. - Added
LaunchMode.externalApplication
when openAppInStore(...) is called. - Improved documentation comments.
0.4.1 #
- Now,
VersionarteIndicator
besidesPackageInfo
also uses cached value ofLocalVersioning
that used to check the app status. - Improved documentation comments.
0.4.0 #
- Renamed
ServersideVersioning
asStoreVersioning
to be more intuitive withLocalVersioning
.
0.3.3 #
- Small changes to versionarte.json file structure to make it more readable and compact.
ServersideVersioning
is rewritten to be compatible with new versionarte.json format.- Renamed
CurrentVersioning
asLocalVersioning
.
0.3.0 #
- More intuitive, more platform specific and customizable
ServersideVersioning
(new json format). VersionarteStatus.inactive
changed 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.mustUpdate
andVersionarteView.inactive
.
0.1.5 #
- Added documentation comments and customization properties for
VersionarteInactiveView
, improved its UI components. - Fixed minor bugs.
0.1.4 #
- Added
VersionarteInactiveView
as a UI kit component to display to your users when the app is inactive. - Improved documentation comments.
0.1.2 #
- Updated namings of
ServersideVersioning
andCurrentVersioning
. - Added some documentation as a comment.
0.1.1 #
VersionarteIndicator
utility widget for displaying current platform version name and number alongside with app name.
0.1.0 #
- Initial release for the package.