Releases: vicajilau/platform_detail
Releases · vicajilau/platform_detail
5.5.0
What's Changed
- Bump cupertino_icons from 1.0.8 to 1.0.9 in /example by @dependabot[bot] in #37
- Bump package_info_plus from 9.0.0 to 9.0.1 by @dependabot[bot] in #39
- Bump device_info_plus from 12.3.0 to 12.4.0 by @dependabot[bot] in #38
- Bump mocktail from 1.0.4 to 1.0.5 by @dependabot[bot] in #40
- Bump device_info_plus and package_info_plus by @dependabot[bot] in #41
- Bump device_info_plus from 13.0.0 to 13.1.0 by @dependabot[bot] in #44
- Bump package_info_plus from 10.0.0 to 10.1.0 by @dependabot[bot] in #43
- Bump mocktail from 1.0.4 to 1.0.5 by @dependabot[bot] in #42
Full Changelog: v5.4.0...v5.5.0
5.4.0
- Added
VersionDetailsas a typed wrapper for app package metadata. - Added
PlatformDetail.versionDetails()to getappName,packageName,versionandbuildNumber. - Exported
VersionDetailsfrom the public API. - Updated example app to render app details on screen.
- Added tests for
versionDetails()success, fallback, and partial-failure flows.
5.3.0
- Added
EnvironmentDetailsas a typed wrapper for runtime environment metadata. - Added
PlatformDetail.environmentDetails()to get compact platform, model, locale, andPlatformTypedata. - Exported
EnvironmentDetailsfrom the public API. - Updated example app to render the new environment details on screen.
- Added tests for
environmentDetails()success and fallback flows.
5.2.0
5.1.0
- Added mocked capabilities with
PlatformDetail.forTesting(). - Added
getPublicIpandgetPrivateIpmethods (@carloscgm). - Reorganized files hiding internal classes.
- Increased coverage on tests with mocked capabilities.
5.0.0
4.2.0
4.1.0
4.0.0
Release 3.3.1
- Updated dependencies
- CI/CD
- Dependabot