flutter_user_agent 1.1.0
flutter_user_agent: ^1.1.0 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.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.