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

Platformweb

Lightweight browser API bindings built around JS interop.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web
copied to clipboard

With Flutter:

 $ flutter pub add web
copied to clipboard

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

dependencies:
  web: ^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:web/web.dart';
copied to clipboard
178
likes
140
points
5.36M
downloads

Publisher

verified publisherdart.dev

Weekly Downloads

2024.08.03 - 2025.02.15

Lightweight browser API bindings built around JS interop.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on web