Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

99 lines (60 loc) · 2.96 KB

3.0.1

fix: null safety method channel #71]

3.0.0

🛑️ Breaking Changes

  • Updated minimum supported SDK version to Dart 3.0

fix: increase Kotlin version used to 1.5.20 #74

2.0.3

fix: Remove permission handler pacakge. You need to include this package in order to use on android. #60

2.0.2

fix: Prevent crash if image(s) removed from gallery on some android devices. #60

2.0.1

fix: fix android core version in plugin gradle. #58

2.0.0

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

1.1.5

  • Remove callback observer when deinit in iOS #16.

1.1.4

  • Fix iOS Build Error #31.

1.1.3

  • Fixes an issue with pubspec.yaml keys.
  • Upgrade permission_handler version.
  • Increase the minimum version of Flutter >= 1.10.0

1.1.2

  • Upgrade permission_handler version

1.1.1

  • ios: Keep only one single observer

1.1.0

  • Added optional requestPermissions parameter.
  • Update permission_handler to 4.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.

1.0.1

  • Import permission_handler package.

1.0.0

  • Update README.md to add Android integration guide. (READ_EXTERNAL_STORAGE permission)

0.1.0

  • Fix several Android phone's screenshot callback detect path.

0.0.2

  • Update README.md.

0.0.1

  • Update example (add permission plugin to access external storage in Android).

0.0.1-alpha0

Enable screenshot detection on iOS and Android! 😀