Skip to content

Commit aaf3fe5

Browse files
committed
start migrate to null-safety
1 parent a835883 commit aaf3fe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ dependencies:
1818
intl: "^0.17.0"
1919
cupertino_icons: ^1.0.2
2020
http: ">=0.12.0"
21-
html: "0.14.0+3"
21+
html: "^0.15.0"
2222
share: ^2.0.1
23-
flutter_highlight: "0.6.0"
23+
flutter_highlight: "^0.7.0"
2424
either_dart: ^0.1.3
2525
flutter_svg: "^0.22.0"
2626
url_launcher: "^5.6.0"
27-
hive: ^1.4.4
28-
hive_flutter: ^0.3.1
27+
hive: ^2.0.4
28+
hive_flutter: ^1.1.0
2929
flutter_slidable: 0.6.0
3030
photo_view: ^0.11.1
31-
path_provider: ">=1.6.22"
31+
path_provider: "^2.0.2"
3232
crypto: ">=2.1.5"
3333
provider: ^5.0.0
3434
itertools: ">=0.1.0"

0 commit comments

Comments
 (0)