flutter_app_info 3.0.3
flutter_app_info: ^3.0.3 copied to clipboard
Utility package to easily access device, platform, target, package, and app version information
Changelog #
3.0.3 #
- Loosen version constraints for dependencies
3.0.2 #
- Add protection for bad version strings
- Update to
device_info_plus: ^11.1.0
- Update to
package_info_plus: ^8.1.0
3.0.1 #
- Fix version parsing when build number is not defined
3.0.0 #
- Update to
device_info_plus: ^11.0.0
- Update to
package_info_plus: ^8.0.3
2.0.0 #
- Update to
device_info_plus: ^9.1.1
- Update to
package_info_plus: ^5.0.1
- Use of
package:universal_io/io.dart
instead ofdart:io
1.1.2 #
- More Dart 3 updates
- Update to
device_info_plus: ^9.0.2
- Update to
package_info_plus: ^4.0.2
1.1.1 #
- Update to Dart 3
- Update to
device_info_plus: ^9.0.1
- Update to
package_info_plus: ^4.0.1
1.0.4 #
- Update to
device_info_plus: ^8.2.1
- Update to
package_info_plus: ^3.1.1
1.0.3 #
- Update to README
1.0.2 #
- Update to
device_info_plus: ^8.2.0
- Update to
package_info_plus: ^3.1.0
1.0.1 #
- Addition of
deviceJson
andisTablet
properties - Remove unnecessary methods
- Updated documentation and README
1.0.0 #
- Initial release of
flutter_app_info