mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
注释未使用包
This commit is contained in:
parent
50a27fdf67
commit
20a3b95edc
48 changed files with 637 additions and 1472 deletions
|
|
@ -4,7 +4,6 @@ import 'package:vaani/features/downloads/view/downloads_page.dart';
|
|||
import 'package:vaani/features/explore/view/explore_page.dart';
|
||||
import 'package:vaani/features/explore/view/search_result_page.dart';
|
||||
import 'package:vaani/features/item_viewer/view/library_item_page.dart';
|
||||
import 'package:vaani/features/library_browser/view/library_browser_page.dart';
|
||||
import 'package:vaani/features/logging/view/logs_page.dart';
|
||||
import 'package:vaani/features/onboarding/view/callback_page.dart';
|
||||
import 'package:vaani/features/onboarding/view/onboarding_single_page.dart';
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class ScaffoldWithNavBar extends HookConsumerWidget {
|
|||
alignment: Alignment.bottomCenter,
|
||||
children: [
|
||||
isVertical ? navigationShell : buildNavLeft(context, ref),
|
||||
Hero(tag: 'player_hero', child: const PlayerMinimized()),
|
||||
const PlayerMinimized(),
|
||||
],
|
||||
),
|
||||
bottomNavigationBar: isVertical ? buildNavBottom(context, ref) : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue