From 0526755d2ff7f04e74f28c3d9aef456706a5f3fb Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 12 Jun 2021 14:29:26 +0200 Subject: [PATCH] updated pubspec --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7acc724..bd3fd52 100644 --- a/pubspec.yaml +++ b/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