Basic track search

This commit is contained in:
2024-08-28 21:07:58 +08:00
parent 81f5a2f5cc
commit 3f41573f00
7 changed files with 141 additions and 1 deletions

View File

@ -24,7 +24,8 @@ class _NavShellState extends State<NavShell> {
final List<Destination> _allDestinations = <Destination>[
Destination('explore'.tr, 'explore', Icons.explore),
Destination('settings'.tr, 'settings', Icons.settings)
Destination('search'.tr, 'search', Icons.search),
Destination('settings'.tr, 'settings', Icons.settings),
];
@override