From 4d80dd8a64501494b947348b257a43d99e7c2f9c Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 20 Dec 2025 14:53:34 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCgt=20dropdown=5Fsearch=20als=20dependenc?= =?UTF-8?q?y=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ced8d25..80f8ce3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,14 +28,11 @@ environment: # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: + dropdown_search: ^6.0.2 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.8 - routemaster: ^1.0.1 font_awesome_flutter: ^10.10.0 + routemaster: ^1.0.1 dev_dependencies: flutter_test: