mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
更改播放逻辑
This commit is contained in:
parent
290b68336f
commit
420438c0df
29 changed files with 810 additions and 514 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_platform_widgets/flutter_platform_widgets.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
import 'package:vaani/features/you/view/server_manager.dart';
|
||||
import 'package:vaani/router/router.dart';
|
||||
|
|
@ -26,12 +25,12 @@ class MyDrawer extends StatelessWidget {
|
|||
ListTile(
|
||||
title: const Text('server Settings'),
|
||||
onTap: () {
|
||||
Navigator.of(context).push(
|
||||
platformPageRoute(
|
||||
context: context,
|
||||
builder: (context) => const ServerManagerPage(),
|
||||
),
|
||||
);
|
||||
// Navigator.of(context).push(
|
||||
// PageRoute(
|
||||
// context: context,
|
||||
// builder: (context) => const ServerManagerPage(),
|
||||
// ),
|
||||
// );
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue