flutter_user_agent 1.2.2 copy "flutter_user_agent: ^1.2.2" to clipboard
flutter_user_agent: ^1.2.2 copied to clipboard

discontinuedreplaced by: fk_user_agent

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.2 #

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.

    • Remove references to UIWebView as it's deprecated and currently stops app submissions to the App Store - #3 (thanks @rodruiz!)

    • The plugin will only work on iOS 8 and up.

1.1.0 #

  • iOS API change for compatibility purposes.

    Change UIWebView (deprecated since iOS 12.0) to WKWebView - #1 (courtesy of @Triipaxx!)

1.0.1 #

  • API changes:
    • Make FlutterUserAgent.init cache user-agent properties by default, unless force: true is specified.
    • Add FlutterUserAgent.getPropertyAsync function for lazily fetching properties without having to call FlutterUserAgent.init.
    • Add FlutterUserAgent.release function for releasing all the user-agent properties temporarily statically stored in memory.

1.0.0 #

  • Add flutter example to the project.

0.0.1 #

  • Initial release.
27
likes
40
pub points
87%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_user_agent