record_web 1.1.1 copy "record_web: ^1.1.1" to clipboard
record_web: ^1.1.1 copied to clipboard

Platformweb
unlisted

Web specific implementation for record package called by record_platform_interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add record_web

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

dependencies:
  record_web: ^1.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:record_web/record_web.dart';
1
likes
130
pub points
79%
popularity

Publisher

verified publisheropenapi4j.org

Web specific implementation for record package called by record_platform_interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, record_platform_interface, web

More

Packages that depend on record_web