flutter_background_video_recorder 1.0.0+2 flutter_background_video_recorder: ^1.0.0+2 copied to clipboard
A flutter plugin for Android to record videos in the background. Works even when the screen is locked or turned off.
1.0.0+2 #
- Added support for Android 14
0.0.9+1 #
- Fixed an issue that caused the plugin to not start recording when permissions are granted
0.0.9 #
- Updated documentation and example
- Updated dart code to implement
showToast
property
0.0.8 #
- You can now hide the toasts by setting the
showToast
property to false when callingstartVideoRecording()
0.0.7 #
- Added support for front camera
0.0.6 #
- Updated documentation and README
0.0.5 #
- Fixed an issue which caused the plugin to crash when app is closed causing the recording to continue until force stopped.
0.0.4 #
- Fixed an issue that caused start recording to fail for the first time
0.0.3 #
- Removed permission to draw over other apps
- Added more documentation to code
0.0.2 #
- Updated README.md
0.0.1 #
- Initial release