app_info_utils
Unified native app, device, locale, timezone, and identifier information for Flutter apps on iOS and Android.
0.1.6
250 downloads/mo
#1150 most downloaded on pub.dev
jimlonger/app_info_helper
What this package is like to depend on
Last release 24 days ago
31 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.1.631 Jul 2026Release notes
Open source →- Read iOS language metadata from the device's preferred-language list instead of the app-resolved locale, so an unsupported app localization does not report a different system language.
- Add
languageTagfor the BCP-47 language and script identifier without a region, such aszh-Hans, and makelocalereturn the full preferred language identifier. - Add
languageScriptCodefor the ISO 15924 script identifier, such asHans. - Expand iOS built-in ISO mappings to all 183 ISO 639-1 language codes and all 249 currently assigned ISO 3166-1 country and territory codes.
- Make Android
getAllrefresh advertising and App Set identifiers too, so initialization and foreground-resume refreshes replace every cached field. - Expanded README and usage docs with detailed feature and platform-field guidance.
-
0.1.529 Jul 2026Release notes
Open source →- Renamed the package to
x_app_utilsand the public entry point toXAppUtils. - Corrected the GitHub homepage, repository, and issue-tracker links used by
pub.dev to point to
jimlonger/app_info_helper. - Made Android advertising ID and App Set ID reads explicit, on-demand calls.
The plugin no longer injects the
AD_IDpermission into host apps. - Report
0for unavailable iOS available RAM instead of reporting total RAM. - Report unknown iOS ISO-3 locale codes as unavailable instead of a false US or English value.
- Surface secure local-ID write, delete, and reset failures instead of updating the in-memory cache as if persistence had succeeded.
- Renamed the package to
-
0.1.427 Jul 2026Release notes
Open source →- Renamed the package to
x_app_utilsand the public entry point toXAppUtils. - Replaced the previous local UUID with secure
primaryLocalIdandsecondaryLocalIdvalues. - Added slot-based local ID read, write, contains, delete, and reset APIs.
- Added Android KeyStore + RSA OAEP + AES-GCM storage for local IDs.
- Added iOS Keychain storage for local IDs.
- Renamed the package to