xbr_plugin_record 2.0.0 copy "xbr_plugin_record: ^2.0.0" to clipboard
xbr_plugin_record: ^2.0.0 copied to clipboard

The flutter voice recording plug-in,provides the recording animation and the recording successfully returns to the recording file path

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xbr_plugin_record

With Flutter:

 $ flutter pub add xbr_plugin_record

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

dependencies:
  xbr_plugin_record: ^2.0.0

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:xbr_plugin_record/const/play_state.dart';
import 'package:xbr_plugin_record/const/record_state.dart';
import 'package:xbr_plugin_record/const/response.dart';
import 'package:xbr_plugin_record/flutter_plugin_record.dart';
import 'package:xbr_plugin_record/index.dart';
import 'package:xbr_plugin_record/utils/common_toast.dart';
import 'package:xbr_plugin_record/widgets/custom_overlay.dart';
import 'package:xbr_plugin_record/widgets/voice_widget.dart';
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

The flutter voice recording plug-in,provides the recording animation and the recording successfully returns to the recording file path

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, uuid

More

Packages that depend on xbr_plugin_record

Packages that implement xbr_plugin_record