flutter_user_agent 1.0.1
flutter_user_agent: ^1.0.1 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.
0.0.1 #
- Initial release.
1.0.0 #
- Add flutter example to the project.
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