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

Retrieve Android/iOS device user agents in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add optimus_user_agent

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

dependencies:
  optimus_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:optimus_user_agent/optimus_user_agent.dart';
0
likes
150
points
55
downloads

Publisher

verified publishergtech.digital

Weekly Downloads

Retrieve Android/iOS device user agents in Flutter.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on optimus_user_agent

Packages that implement optimus_user_agent