record_web 1.0.5 copy "record_web: ^1.0.5" to clipboard
record_web: ^1.0.5 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.0.5

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
120
pub points
82%
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, js, record_platform_interface

More

Packages that depend on record_web