social_media_recorder 0.0.1 social_media_recorder: ^0.0.1 copied to clipboard
A Flutter package for both android and iOS which provides Social media recorder like whatsaap and telegram
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add social_media_recorder
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
social_media_recorder: ^0.0.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:social_media_recorder/presentation/new_work/provider/sound_record_notifier.dart';
import 'package:social_media_recorder/presentation/new_work/provider/sound_recorder_notifier_function.dart';
import 'package:social_media_recorder/presentation/new_work/screen/simple_recorder.dart';
import 'package:social_media_recorder/presentation/new_work/widgets/lock_record.dart';
import 'package:social_media_recorder/presentation/new_work/widgets/show_counter.dart';
import 'package:social_media_recorder/presentation/new_work/widgets/show_mic_with_text.dart';
import 'package:social_media_recorder/presentation/new_work/widgets/show_shadow.dart';
import 'package:social_media_recorder/presentation/new_work/widgets/sound_recorder_when_locked_design.dart';