wv_user_agent 1.0.0 copy "wv_user_agent: ^1.0.0" to clipboard
wv_user_agent: ^1.0.0 copied to clipboard

A simple Flutter plugin to get the user agent of the device using a native WebView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wv_user_agent

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wv_user_agent: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wv_user_agent/wv_user_agent.dart';
1
likes
155
points
2
downloads

Publisher

verified publisherjakkimcfly.com

Weekly Downloads

A simple Flutter plugin to get the user agent of the device using a native WebView.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wv_user_agent

Packages that implement wv_user_agent