Skip to content

Commit

Permalink
supported null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
VNAPNIC committed Jun 18, 2021
1 parent 1d8c05c commit 6654372
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "1.0.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -165,3 +165,4 @@ packages:
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
cupertino_icons: ^1.0.3

dev_dependencies:
flutter_test:
Expand Down
1 change: 1 addition & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ packages:
version: "2.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author: [email protected]

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0 <2.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 6654372

Please sign in to comment.