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

discontinuedreplaced by: fk_user_agent
outdated

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.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
0
pub points
86%
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_user_agent