Skip to content

Commit de46f5e

Browse files
committed
fix: null safety method channel
1 parent 12fb0e7 commit de46f5e

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
## 3.0.1
2+
3+
fix: null safety method channel [#71](https://github.com/flutter-moum/flutter_screenshot_callback/pull/71)]
4+
15
## 3.0.0
26

37
### 🛑️ Breaking Changes
48

59
- Updated minimum supported SDK version to Dart 3.0
610

711
fix: increase Kotlin version used to 1.5.20 [#74](https://github.com/flutter-moum/flutter_screenshot_callback/pull/74)
8-
fix: null safety method channel [#71](https://github.com/flutter-moum/flutter_screenshot_callback/pull/71)]
912

1013
## 2.0.3
1114

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ packages:
105105
path: ".."
106106
relative: true
107107
source: path
108-
version: "3.0.0"
108+
version: "3.0.1"
109109
sky_engine:
110110
dependency: transitive
111111
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: screenshot_callback
22
description: Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android.
3-
version: 3.0.0
3+
version: 3.0.1
44
homepage: https://github.com/flutter-moum/flutter_screenshot_callback
55

66
environment:

0 commit comments

Comments
 (0)