diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 5f0b20e..614897f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,14 +30,9 @@ dependencies: flutter: sdk: flutter - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 flutter_svg_provider: ^1.0.3 - flutter_hooks: ^0.18.3 + numberpicker: ^2.1.1 slider_controller: ^0.0.3 - scrollable_positioned_list: ^0.3.1 flutter_riverpod: ^1.0.3 yaml: ^3.1.1 |