Skip to content

Commit

Permalink
馃敟 removed null safety from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aissat committed Jan 7, 2021
1 parent f06c42a commit a4d4106
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: ">=0.16.0 <=0.17.0-nullsafety.2"
intl: ">=0.16.0 <0.17.0"
shared_preferences: ^0.5.12+4
args: ^1.6.0
path: ^1.8.0-nullsafety.3
path: ^1.7.0
flutter_localizations:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0-nullsafety.3
pedantic: ^1.9.2

flutter:
assets:
Expand Down

0 comments on commit a4d4106

Please sign in to comment.