flutter_ua 1.0.2
flutter_ua: ^1.0.2 copied to clipboard
Retrieve Android/iOS device user agents in Flutter.
1.0.2 #
- Add current Apple hardware identifiers, including iPhone 16e and the latest iPad Air/iPad variants.
- Add iOS
deviceIdentifierto constants so unknown hardware (for exampleiPhone19,1) can still be inspected. - Add Android device metadata (
deviceManufacturer,deviceModel, anddeviceName) for easier user-agent customization. - Keep backward-compatible iOS fallback naming and return the raw hardware identifier when no family match is available.
- Expand automated tests and run them on pull requests.
1.0.1 #
- fixed issue with pub.dev icon
1.0.0 #
- Initial Plugin Release