File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0+3
2
+
3
+ * Bump ` flutter_svg ` .
4
+
1
5
## 0.3.0+2
2
6
3
7
* Added missing ` userUpdateTextEditingValue ` implementation
Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ packages:
89
89
path: ".."
90
90
relative: true
91
91
source: path
92
- version: "0.3.0+1 "
92
+ version: "0.3.0+2 "
93
93
flutter_svg:
94
94
dependency: transitive
95
95
description:
96
96
name: flutter_svg
97
97
url: "https://pub.dartlang.org"
98
98
source: hosted
99
- version: "0.21.0-nullsafety .0"
99
+ version: "0.22 .0"
100
100
flutter_test:
101
101
dependency: "direct dev"
102
102
description: flutter
@@ -178,14 +178,14 @@ packages:
178
178
name: path_drawing
179
179
url: "https://pub.dartlang.org"
180
180
source: hosted
181
- version: "0.5.0-nullsafety.0 "
181
+ version: "0.5.0"
182
182
path_parsing:
183
183
dependency: transitive
184
184
description:
185
185
name: path_parsing
186
186
url: "https://pub.dartlang.org"
187
187
source: hosted
188
- version: "0.2.0-nullsafety.0 "
188
+ version: "0.2.0"
189
189
path_provider:
190
190
dependency: transitive
191
191
description:
@@ -269,7 +269,7 @@ packages:
269
269
name: quiver
270
270
url: "https://pub.dartlang.org"
271
271
source: hosted
272
- version: "3.0.0-nullsafety.2 "
272
+ version: "3.0.1 "
273
273
sky_engine:
274
274
dependency: transitive
275
275
description: flutter
@@ -316,14 +316,14 @@ packages:
316
316
name: test_api
317
317
url: "https://pub.dartlang.org"
318
318
source: hosted
319
- version: "0.2.19 "
319
+ version: "0.3.0 "
320
320
tuple:
321
321
dependency: transitive
322
322
description:
323
323
name: tuple
324
324
url: "https://pub.dartlang.org"
325
325
source: hosted
326
- version: "2.0.0-nullsafety.0 "
326
+ version: "2.0.0"
327
327
typed_data:
328
328
dependency: transitive
329
329
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_math_fork
2
2
description : Fast and high-quality TeX math equation rendering with pure Dart & Flutter.
3
- version : 0.3.0+2
3
+ version : 0.3.0+3
4
4
homepage : https://github.com/znjameswu/flutter_math
5
5
6
6
environment :
@@ -11,11 +11,11 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- flutter_svg : ^0.21.0-nullsafety .0
14
+ flutter_svg : ^0.22 .0
15
15
provider : ^5.0.0
16
16
meta : ^1.3.0
17
17
collection : ^1.15.0
18
- tuple : ^2.0.0-nullsafety.0
18
+ tuple : ^2.0.0
19
19
20
20
dev_dependencies :
21
21
flutter_test :
You can’t perform that action at this time.
0 commit comments