File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
711fix: 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : screenshot_callback
22description : 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
44homepage : https://github.com/flutter-moum/flutter_screenshot_callback
55
66environment :
You can’t perform that action at this time.
0 commit comments