Skip to content

Commit e1be14e

Browse files
committed
Downgrade the SDK version to get the maximum compatibility range.
1 parent a788725 commit e1be14e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Demonstrates how to use the flutter_callkeep plugin.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

88
environment:
9-
sdk: ">=2.7.0 <3.0.0"
9+
sdk: ">=2.2.2 <3.0.0"
1010

1111
dependencies:
1212
flutter:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: flutter_callkeep
22
description: A new flutter plugin project.
33
version: 0.0.1
4-
author:
5-
homepage:
4+
5+
homepage: https://github.com/flutter-webrtc/callkeep
66

77
environment:
8-
sdk: ">=2.7.0 <3.0.0"
9-
flutter: ">=1.20.0 <2.0.0"
8+
sdk: ">=2.2.2 <3.0.0"
9+
flutter: ^1.10.0
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)