manup 5.0.1
manup: ^5.0.1 copied to clipboard
Mandatory update for Flutter Apps that prompts or forces app update by querying a hosted JSON file.
manUp #
5.0.1 #
- Use less strict http version
5.0.0 #
- Breaking change Update http to
1.x.yand package_info_plus to4.x.x- A result of this (due to
package_info_plusupdate) is now minimum Android API 19 and iOS version 11 - See the respective packages for any further breaking changes
- A result of this (due to
4.0.2 #
- Move example to example directory
- Update description to follow dart conventions
- Added JSON file property descriptions and data types
4.0.1 #
- Update all dependencies
4.0.0 #
- Breaking change Added ability to continue without overlay if platform is not defined within json file.
3.1.1 #
- Bump url launcher dependency (method call was updated for linting errors but the method was only added in 6.1.0 and does not exist in 6.0.x)
3.1.0 #
- Custom settings can now be platform specific in addition to the root settings.
- Add some extra documentation.
3.0.0 #
- Breaking change Add default value if setting is missing
- Breaking change Update all dependencies
2.0.2 #
Separate manUp validator function to use it alone.
2.0.1 #
Minor code changes. Making some variables required. Continue renaming some more files.
2.0.0 #
Migrate to null safety. Breaking changes Renaming some files.
1.0.4 #
Make get setting method visible
1.0.3 #
Add support for desktop platforms
1.0.2 #
pub spec upgrade
Stop throwing reading file exception.
1.0.1 #
Add capability to store and retrieve man up config.
1.0.0 #
First major release #
Added Delegate support with ManUpDelegate
Added Helper Widget with ManUpWidget
Check README file for full details.
0.0.3 #
First manup release