mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 02:35:59 -07:00
feat: Sync offline/online playback when able (#431)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
15ac3566e2
commit
092836328f
42 changed files with 1002 additions and 497 deletions
|
|
@ -16,11 +16,8 @@ Future<void> showDialogAdaptive(
|
|||
return showDialog(
|
||||
context: context,
|
||||
useSafeArea: false,
|
||||
builder: (context) => Padding(
|
||||
padding: MediaQuery.paddingOf(context),
|
||||
child: Dialog.fullscreen(
|
||||
child: builder(context),
|
||||
),
|
||||
builder: (context) => Dialog.fullscreen(
|
||||
child: builder(context),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue