Skip to content

Commit

Permalink
Increase the minimum version of Flutter >= 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beygee committed Oct 13, 2020
1 parent a05797d commit 6cdc2b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.2"
version: "1.1.3"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- minsub0922<[email protected]>
- beygee<[email protected]>
- Flutter Moum <[email protected]>
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:
Expand Down

0 comments on commit 6cdc2b4

Please sign in to comment.