Skip to content

Commit 5a0c448

Browse files
Bump flutter_svg
1 parent 9015c77 commit 5a0c448

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0+3
2+
3+
* Bump `flutter_svg`.
4+
15
## 0.3.0+2
26

37
* Added missing `userUpdateTextEditingValue` implementation

example/pubspec.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "0.3.0+1"
92+
version: "0.3.0+2"
9393
flutter_svg:
9494
dependency: transitive
9595
description:
9696
name: flutter_svg
9797
url: "https://pub.dartlang.org"
9898
source: hosted
99-
version: "0.21.0-nullsafety.0"
99+
version: "0.22.0"
100100
flutter_test:
101101
dependency: "direct dev"
102102
description: flutter
@@ -178,14 +178,14 @@ packages:
178178
name: path_drawing
179179
url: "https://pub.dartlang.org"
180180
source: hosted
181-
version: "0.5.0-nullsafety.0"
181+
version: "0.5.0"
182182
path_parsing:
183183
dependency: transitive
184184
description:
185185
name: path_parsing
186186
url: "https://pub.dartlang.org"
187187
source: hosted
188-
version: "0.2.0-nullsafety.0"
188+
version: "0.2.0"
189189
path_provider:
190190
dependency: transitive
191191
description:
@@ -269,7 +269,7 @@ packages:
269269
name: quiver
270270
url: "https://pub.dartlang.org"
271271
source: hosted
272-
version: "3.0.0-nullsafety.2"
272+
version: "3.0.1"
273273
sky_engine:
274274
dependency: transitive
275275
description: flutter
@@ -316,14 +316,14 @@ packages:
316316
name: test_api
317317
url: "https://pub.dartlang.org"
318318
source: hosted
319-
version: "0.2.19"
319+
version: "0.3.0"
320320
tuple:
321321
dependency: transitive
322322
description:
323323
name: tuple
324324
url: "https://pub.dartlang.org"
325325
source: hosted
326-
version: "2.0.0-nullsafety.0"
326+
version: "2.0.0"
327327
typed_data:
328328
dependency: transitive
329329
description:

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_math_fork
22
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
44
homepage: https://github.com/znjameswu/flutter_math
55

66
environment:
@@ -11,11 +11,11 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
flutter_svg: ^0.21.0-nullsafety.0
14+
flutter_svg: ^0.22.0
1515
provider: ^5.0.0
1616
meta: ^1.3.0
1717
collection: ^1.15.0
18-
tuple: ^2.0.0-nullsafety.0
18+
tuple: ^2.0.0
1919

2020
dev_dependencies:
2121
flutter_test:

0 commit comments

Comments
 (0)