flutter_macos_permissions 2.0.7
flutter_macos_permissions: ^2.0.7 copied to clipboard
A Flutter plugin for requesting camera, microphone, and notification permissions on macOS.
Changelog #
All notable changes to the flutter_macos_permissions package will be documented in this file.
This project follows Semantic Versioning.
2.0.7 #
- Updated
README.mdwith usage examples for all newly added permissions to improve better understanding and usage.
2.0.6 #
- Add new permission:Added
Bluetooth permission,fullDiskAccess permissionandscreen & system audio recoding permissionsupport for macOS. - Updated
README.mdwith usage examples for all newly added permissions to improve better understanding and usage.
2.0.5 #
- Update documentation in
README.mdwith better user example.
2.0.4 #
- Add new feature: Location permission support for macOS.
- update
README.mdwith location permission usage Example for better user understanding.
2.0.3 #
- Updated UI in the example app to showcase permission request and status clearly.
- Updated
README.mddocumentation with new example usage with UI screenshots.
2.0.2 #
- Update documentation in
README.mdwith better user example.
2.0.1 #
- Add new feature: enhanced permission status handling.
2.0.0 #
- Update documentation in
README.mdwith better usage examples.
1.0.0 #
- Initial release.