mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
chore: fix fl_Query_devtools in wrong place
This commit is contained in:
parent
7bc9520bab
commit
2afb410c3b
@ -207,11 +207,7 @@ class SpotubeState extends ConsumerState<Spotube> {
|
|||||||
builder: (context, child) {
|
builder: (context, child) {
|
||||||
return DevicePreview.appBuilder(
|
return DevicePreview.appBuilder(
|
||||||
context,
|
context,
|
||||||
DragToResizeArea(
|
DragToResizeArea(child: child!),
|
||||||
child: FlQueryDevtools(
|
|
||||||
child: child!,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
themeMode: themeMode,
|
themeMode: themeMode,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user