easy_permission_validator 5.0.1 easy_permission_validator: ^5.0.1 copied to clipboard
PermissonHandler is a package that manages permissions on Android and iOS, with this package you can find an easy way to use the PermissonHandler library.
5.0.1 #
- Updated docs
- Updated Readme
- Updated example
5.0.0 #
This release includes the following breaking changes:
- Updated to the latest version of Flutter
- Updated to the latest version of PermissionHandler
- New permissions added
4.0.0 #
This release includes the following breaking changes:
- Updated to the latest version of PermissionHandler
- Migrated to null safety
- New permissions added
3.1.1 #
- Starting from this version the permissions on iOS are disabled by default. To enable a permission, specify the correct
GCC_PREPROCESSOR_DEFINITIONS
in theios/Podfile
file. For an example check out the Podfile of the example application. - Added GCC_PREPROCESSOR_DEFINITIONS to example/ios/Podfile
3.1.0 #
This release includes the following breaking changes:
- Updated to the latest version of PermissionHandler
3.0.0 #
This release includes the following breaking changes:
- Migrated to null safety
- Updated to the latest version of PermissionHandler
2.0.1 #
- Updated to the latest version of PermissionHandler
2.0.0 #
- Migrate to the latest version of PermissionHandler
1.0.8 #
- Fix lib/permission_popup.dart
- The dependencies were updated.
1.0.7 #
- Update last version of PermissionHandler package.
- Library refactor
1.0.6 #
- Update last version of PermissionHandler package.
- Fixed storage permission with iOS devices.
1.0.5 #
- Fix the
customDialog
and the messages fields. - Add an extra example.
1.0.4 #
- Add LICENSE.
1.0.3 #
- Add more detail to the description field of pubspec.yaml.
1.0.2 #
- Add Example.
1.0.1 #
- Add README description.
1.0.0 #
- Initial release.