device_context_plus 1.0.1 copy "device_context_plus: ^1.0.1" to clipboard
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 app and device
  • 🧱 Typed API:

    • DeviceContext model for better developer experience

πŸ”§ API #

  • getAll() β†’ returns typed DeviceContext
  • getApp() β†’ returns app information
  • getDevice() β†’ returns device information

βœ… Platform Support #

  • βœ… Android
  • βœ… iOS

🎯 Highlights #

  • πŸ”₯ Unique support for iOS Team ID
  • πŸ“Š Designed for analytics and runtime insights
  • 🧠 Clean and structured API

1.0.1 #

πŸ›  Melhorias na documentaΓ§Γ£o #

  • Nome do metodo mudou de getContext para getAll
4
likes
0
points
491
downloads

Publisher

verified publisheralexandre1992.dev.br

Weekly Downloads

A Flutter plugin that provides enhanced device and app context, including iOS Team ID, Android installer source, locale, timezone, and system information.

Repository (GitHub)
View/report issues

Topics

#device #device-info #system-info #analytics #team-id

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_context_plus

Packages that implement device_context_plus