app_info_helper
Unified native app, device, locale, timezone, and identifier information for Flutter apps on iOS and Android.
0.1.3
201 downloads/mo
#1315 most downloaded on pub.dev
jimlonger/app_info_helper
What this package is like to depend on
Last release 1 months ago
23 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2026 to Jul 2026Releases
latest 4-
0.1.323 Jul 2026Release notes
Open source →- Changed
init()to returntruewhen native values load successfully andfalsewhen unavailable. - Changed
refresh()to return whether the full native data refresh succeeded. - Documented non-throwing initialization failure handling.
- Changed
-
0.1.223 Jul 2026Release notes
Open source →- Added a complete Chinese usage guide in
doc/USAGE.md. - Linked the extended usage guide from the README.
- Updated installation examples to reference
^0.1.3.
- Added a complete Chinese usage guide in
-
0.1.123 Jul 2026Release notes
Open source →- Added
XAppUtils.instanceas the recommended singleton entry point. - Added automatic lazy initialization when synchronous getters are first read.
- Added
XAppUtils.instance.readyfor callers that need to await loaded native values. - Updated usage documentation while keeping explicit
init()support.
- Added
-
0.1.023 Jul 2026Release notes
Open source →- Initial release with unified app, device, locale, timezone, and identifier APIs for iOS and Android.
- Added cached synchronous getters after startup initialization.
- Added iOS ATT authorization helper for IDFA access.
- Added Android advertising ID, App Set ID, Android ID, and local UUID fallbacks.