fix: null safety method channel #71]
- Updated minimum supported SDK version to Dart 3.0
fix: increase Kotlin version used to 1.5.20 #74
fix: Remove permission handler pacakge. You need to include this package in order to use on android. #60
fix: Prevent crash if image(s) removed from gallery on some android devices. #60
fix: fix android core version in plugin gradle. #58
Thanks you for leaving issues and PR. I sincerely apologize for not being able to properly maintain during this time.
-
Support Null Safety
-
Fix Bugs with iOS
-
Fix Bugs with Android
-
Upgrade Plugin AndroidX
-
Upgrade
permission_hanlder
version -
Accepted PR #39
-
Accepted PR #40
-
Accepted PR #43
-
Accepted PR #49
-
Accepted PR #50
-
Accepted PR #51
-
Accepted PR #55
- Remove callback observer when deinit in iOS #16.
- Fix iOS Build Error #31.
- Fixes an issue with
pubspec.yaml
keys. - Upgrade
permission_handler
version. - Increase the minimum version of Flutter >= 1.10.0
- Upgrade
permission_handler
version
- ios: Keep only one single observer
- Added optional
requestPermissions
parameter. - Update
permission_handler
to4.0.0
. - Update Gradle, Android Studio plugin versions.
- Bump compileSdkVersion to
29
. - Enable R8, AndroidX, Jetifier.
- Bump Dart version to
2.7.0
. - Fixes #17.
- Fixes #18.
- Import permission_handler package.
- Update
README.md
to add Android integration guide. (READ_EXTERNAL_STORAGE
permission)
- Fix several Android phone's screenshot callback detect path.
- Update
README.md
.
- Update example (add permission plugin to access external storage in Android).
Enable screenshot detection on iOS and Android! 😀