xbr_plugin_record 2.0.5
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_recordThis 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.5Alternatively, 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';