wv_user_agent 1.0.0+1
wv_user_agent: ^1.0.0+1 copied to clipboard
A simple Flutter plugin for retrieving the actual user agent of a device using the 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+1
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';