Skip to content

Commit 90db0c0

Browse files
committed
refactor(shared): remove obsolete dropdown widgets
Deletes the `CountryDropdownFormField` and `LanguageDropdownFormField` widgets as they have been fully replaced by the new, more capable `SearchableDropdownFormField` across the application. Updates the shared widgets barrel file to remove the exports for the deleted files.
1 parent 97069e7 commit 90db0c0

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

lib/shared/widgets/country_dropdown_form_field.dart

Lines changed: 0 additions & 47 deletions
This file was deleted.

lib/shared/widgets/language_dropdown_form_field.dart

Lines changed: 0 additions & 47 deletions
This file was deleted.

lib/shared/widgets/widgets.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
export 'country_dropdown_form_field.dart';
2-
export 'language_dropdown_form_field.dart';
31
export 'searchable_dropdown_form_field.dart';

0 commit comments

Comments
 (0)