mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
Improve UI
This commit is contained in:
@@ -281,6 +281,7 @@ class _NovelPageState extends State<NovelPage> {
|
|||||||
bool? public;
|
bool? public;
|
||||||
if (!widget.novel.isBookmarked) {
|
if (!widget.novel.isBookmarked) {
|
||||||
await favoriteFlyout.showFlyout(
|
await favoriteFlyout.showFlyout(
|
||||||
|
navigatorKey: App.rootNavigatorKey.currentState!,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return MenuFlyout(
|
return MenuFlyout(
|
||||||
items: [
|
items: [
|
||||||
|
@@ -846,4 +846,4 @@ packages:
|
|||||||
version: "3.1.2"
|
version: "3.1.2"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.5.0 <4.0.0"
|
dart: ">=3.5.0 <4.0.0"
|
||||||
flutter: ">=3.27.0"
|
flutter: ">=3.27.3"
|
||||||
|
Reference in New Issue
Block a user