platform_detect 2.1.5 copy "platform_detect: ^2.1.5" to clipboard
platform_detect: ^2.1.5 copied to clipboard

Platformweb

A lightweight library for detecting the running browser and OS

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add platform_detect
copied to clipboard

With Flutter:

 $ flutter pub add platform_detect
copied to clipboard

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

dependencies:
  platform_detect: ^2.1.5
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:platform_detect/platform_detect.dart';
copied to clipboard
37
likes
135
points
332k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

2024.09.11 - 2025.03.26

A lightweight library for detecting the running browser and OS

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

meta, pub_semver

More

Packages that depend on platform_detect