flutter_user_agentx 1.2.4 flutter_user_agentx: ^1.2.4 copied to clipboard
Retrieve device and webview user agent strings for Android and iOS devices. It also provides you with simple building blocks for generating your own user agent string.
flutter_user_agent version history #
1.2.4 #
- fix null safety
1.2.3 #
- Update 'flutterEmbedding' to 2.
1.2.2 #
- Update
compileSdkVersion
to 28. (thanks @miguelpruivo!)
1.2.1 #
- iOS user-agent database update. Specifically the iPhone XS, XR and 11 variants (thanks @pravinarr!)
1.2.0 #
-
iOS deprecation API change.
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
1.1.0 #
1.0.1 #
- API changes:
- Make
FlutterUserAgent.init
cache user-agent properties by default, unlessforce: true
is specified. - Add
FlutterUserAgent.getPropertyAsync
function for lazily fetching properties without having to callFlutterUserAgent.init
. - Add
FlutterUserAgent.release
function for releasing all the user-agent properties temporarily statically stored in memory.
- Make
1.0.0 #
- Add flutter example to the project.
0.0.1 #
- Initial release.