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

A library for parsing user agent strings, porting from the UAParser.js.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ua_parser

With Flutter:

 $ flutter pub add ua_parser

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

dependencies:
  ua_parser: ^1.0.0

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:ua_parser/ua_parser.dart';
0
likes
160
points
62
downloads

Publisher

verified publisher0x0.ink

Weekly Downloads

A library for parsing user agent strings, porting from the UAParser.js.

Homepage
Repository (GitHub)
View/report issues

Topics

#user-agent #parsing

Documentation

API reference

License

MIT (license)

More

Packages that depend on ua_parser