Skip to content

Commit

Permalink
feat: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beygee committed Jun 7, 2022
1 parent 31863f8 commit 4a44a2d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
android/.project
android/.settings/org.eclipse.buildship.core.prefs
example/android/.project
example/android/.settings/org.eclipse.buildship.core.prefs
example/android/app/.project
example/android/app/.settings/org.eclipse.buildship.core.prefs
example/ios/Podfile.lock
example/ios/Runner.xcodeproj/project.pbxproj
example/pubspec.lock
flutter_screenshot_callback.iml
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,46 @@
## 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](https://github.com/flutter-moum/flutter_screenshot_callback/pull/39)
- Accepted PR [#40](https://github.com/flutter-moum/flutter_screenshot_callback/pull/40)
- Accepted PR [#43](https://github.com/flutter-moum/flutter_screenshot_callback/pull/43)
- Accepted PR [#49](https://github.com/flutter-moum/flutter_screenshot_callback/pull/49)
- Accepted PR [#50](https://github.com/flutter-moum/flutter_screenshot_callback/pull/50)
- Accepted PR [#51](https://github.com/flutter-moum/flutter_screenshot_callback/pull/51)
- Accepted PR [#55](https://github.com/flutter-moum/flutter_screenshot_callback/pull/55)

## 1.1.5

- Remove callback observer when deinit in iOS [#16](https://github.com/flutter-moum/flutter_screenshot_callback/issues/16).

## 1.1.4

- Fix iOS Build Error [#31](https://github.com/flutter-moum/flutter_screenshot_callback/issues/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.
Expand All @@ -26,15 +51,19 @@
- Fixes [#18](https://github.com/flutter-moum/flutter_screenshot_callback/issues/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
Expand All @@ -44,5 +73,3 @@
## 0.0.1-alpha0

Enable screenshot detection on iOS and Android! 😀


2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter-moum/flutter_screenshot_callback

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.2.0 <3.0.0"
flutter: ">=2.2.0"

dependencies:
flutter:
Expand Down

0 comments on commit 4a44a2d

Please sign in to comment.