xbr_plugin_record 2.0.5 copy "xbr_plugin_record: ^2.0.5" to clipboard
xbr_plugin_record: ^2.0.5 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 Flutter:

 $ flutter pub add xbr_plugin_record

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

dependencies:
  xbr_plugin_record: ^2.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: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/main.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
130
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

Homepage

Documentation

API reference

License

MulanPSL-2.0 (license)

Dependencies

flutter, uuid

More

Packages that depend on xbr_plugin_record

Packages that implement xbr_plugin_record