diff --git a/CHANGELOG.md b/CHANGELOG.md index f59684a..e607cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 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 diff --git a/example/pubspec.lock b/example/pubspec.lock index eeec8e7..a0f462e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.2" boolean_selector: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.14.13" fake_async: dependency: transitive description: @@ -66,7 +66,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.8" meta: dependency: transitive description: @@ -87,7 +87,7 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "5.0.1" + version: "5.0.1+1" permission_handler_platform_interface: dependency: transitive description: @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "1.1.2" + version: "1.1.3" sky_engine: dependency: transitive description: flutter @@ -127,7 +127,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.9.5" stream_channel: dependency: transitive description: @@ -155,14 +155,14 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.17" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.2.0" vector_math: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index b30d631..4eb3ecb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.4.2" boolean_selector: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.14.13" fake_async: dependency: transitive description: @@ -66,7 +66,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.8" meta: dependency: transitive description: @@ -87,7 +87,7 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "5.0.1" + version: "5.0.1+1" permission_handler_platform_interface: dependency: transitive description: @@ -120,7 +120,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.9.5" stream_channel: dependency: transitive description: @@ -148,14 +148,14 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.17" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.2.0" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 96d26ae..e005a60 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,11 @@ name: screenshot_callback description: Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android. version: 1.1.3 -authors: -- Gwangyu-Kim <kwangyu326@gmail.com> -- minsub0922<minsub0922@naver.com> -- beygee<doug0476@naver.com> -- Flutter Moum <fluttermoum@gmail.com> homepage: https://github.com/flutter-moum/flutter_screenshot_callback environment: sdk: ">=2.7.0 <3.0.0" + flutter: ">=1.10.0 <2.0.0" dependencies: flutter: