device_context_plus 1.0.1
device_context_plus: ^1.0.1 copied to clipboard
A Flutter plugin that provides enhanced device and app context, including iOS Team ID, Android installer source, locale, timezone, and system information.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2026-06-11 #
β¨ Initial Release #
First stable release of device_context_plus.
π Features #
-
π± Application information:
- bundle_id (iOS)
- package_name (Android)
- version
- build number
-
π iOS:
- Apple Developer Team ID (retrieved via Keychain for reliability)
-
π€ Android:
- installer source (Play Store, APK, etc.)
-
π§ Device information:
- platform (android / ios)
- model
- device name
- system name
- OS version
-
π Context information:
- locale
- timezone
-
π§© Structured response:
- separated into
appanddevice
- separated into
-
π§± Typed API:
DeviceContextmodel for better developer experience
π§ API #
getAll()β returns typedDeviceContextgetApp()β returns app informationgetDevice()β returns device information
β Platform Support #
- β Android
- β iOS
π― Highlights #
- π₯ Unique support for iOS Team ID
- π Designed for analytics and runtime insights
- π§ Clean and structured API