ua_parser_js 1.0.1 copy "ua_parser_js: ^1.0.1" to clipboard
ua_parser_js: ^1.0.1 copied to clipboard

Platformweb

UAParser from JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data with relatively small footprint (~17KB minified, ~6KB gzipped) that can be used either i [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ua_parser_js

With Flutter:

 $ flutter pub add ua_parser_js

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

dependencies:
  ua_parser_js: ^1.0.1

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_js/ua_parser_js.dart';
1
likes
130
pub points
57%
popularity

Publisher

unverified uploader

UAParser from JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data with relatively small footprint (~17KB minified, ~6KB gzipped) that can be used either in browser (client-side) or node.js (server-side).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

js

More

Packages that depend on ua_parser_js