updated pubspec
This commit is contained in:
parent
9ea7f0a08e
commit
0526755d2f
1 changed files with 5 additions and 5 deletions
10
pubspec.yaml
10
pubspec.yaml
|
@ -23,20 +23,20 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
numberpicker: ^1.2.1
|
||||
sqflite: ^1.3.0
|
||||
intl: ^0.16.1
|
||||
numberpicker: ^1.3.0
|
||||
sqflite: ^2.0.0+3
|
||||
intl: ^0.17.0
|
||||
|
||||
|
||||
|
||||
# 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:
|
||||
sdk: flutter
|
||||
test: 1.14.4
|
||||
test: 1.16.8
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
Loading…
Add table
Reference in a new issue