in_app_recorder 0.0.9 copy "in_app_recorder: ^0.0.9" to clipboard
in_app_recorder: ^0.0.9 copied to clipboard

A widget-level screen recorder with red border, export, and share support.

0.0.9 #

[]: # []: # void main() { []: # runApp(MyApp()); []: # } []: # []: # class MyApp extends StatelessWidget { []: # @override []: # Widget build(BuildContext context) { []: # return MaterialApp( []: # home: Scaffold( []: # appBar: AppBar(title: Text('In-App Recorder Example')), []: # body: Center( []: # child: ElevatedButton( []: # onPressed: () async { []: # await InAppRecorder.startRecording(); []: # }, []: # child: Text('Start Recording'), []: # ), []: # ), []: # ), []: # ); []: # } []: # } []: # ``` []: # # []: # ## 📜 License []: # []: # This project is licensed under the MIT License - see the LICENSE file for details.

  • Fixed screen recording limit issue.
5
likes
140
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

A widget-level screen recorder with red border, export, and share support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffmpeg_kit_flutter_new, flutter, path, path_provider, permission_handler, share_plus

More

Packages that depend on in_app_recorder