get_user_agent 1.1.0 copy "get_user_agent: ^1.1.0" to clipboard
get_user_agent: ^1.1.0 copied to clipboard

Librería para obtener el user agent del navegador.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get_user_agent
copied to clipboard

With Flutter:

 $ flutter pub add get_user_agent
copied to clipboard

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

dependencies:
  get_user_agent: ^1.1.0
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:get_user_agent/get_user_agent.dart';
copied to clipboard
2
likes
130
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

Librería para obtener el user agent del navegador.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on get_user_agent