Skip to content

Commit 8cc5951

Browse files
committed
remove the flutter upper bound as requested by pub
1 parent caa1e55 commit 8cc5951

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ packages:
106106
name: source_span
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.8.0"
109+
version: "1.8.1"
110110
stack_trace:
111111
dependency: transitive
112112
description:
@@ -141,7 +141,7 @@ packages:
141141
name: test_api
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.2.19"
144+
version: "0.3.0"
145145
typed_data:
146146
dependency: transitive
147147
description:
@@ -155,7 +155,7 @@ packages:
155155
name: value_layout_builder
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.2.0"
158+
version: "0.3.0"
159159
vector_math:
160160
dependency: transitive
161161
description:
@@ -165,4 +165,4 @@ packages:
165165
version: "2.1.0"
166166
sdks:
167167
dart: ">=2.12.0 <3.0.0"
168-
flutter: ">=1.24.0-10.2.pre <3.0.0"
168+
flutter: ">=1.24.0-10.2.pre"

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.1"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.19"
130+
version: "0.3.0"
131131
typed_data:
132132
dependency: transitive
133133
description:
@@ -151,4 +151,4 @@ packages:
151151
version: "2.1.0"
152152
sdks:
153153
dart: ">=2.12.0 <3.0.0"
154-
flutter: ">=1.24.0-10.2.pre <3.0.0"
154+
flutter: ">=1.24.0-10.2.pre"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/letsar/overflow_view
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.24.0-10.2.pre <3.0.0"
8+
flutter: ">=1.24.0-10.2.pre"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)