use Mih Package Window instead of MIH Window
This commit is contained in:
parent
2f071bfa22
commit
10b77eb51c
27 changed files with 2401 additions and 2382 deletions
|
|
@ -50,7 +50,7 @@ class _MIHTestState extends State<MIHTest> {
|
|||
],
|
||||
),
|
||||
secondaryActionButton: null,
|
||||
body: MIHBody(
|
||||
body: const MIHBody(
|
||||
borderOn: false,
|
||||
bodyItems: [
|
||||
// YoutubePlayer(
|
||||
|
|
@ -64,18 +64,5 @@ class _MIHTestState extends State<MIHTest> {
|
|||
pullDownToRefresh: false,
|
||||
onPullDown: () async {},
|
||||
);
|
||||
// return MIHWindow(
|
||||
// fullscreen: false,
|
||||
// windowTitle: "Test",
|
||||
// windowTools: const [],
|
||||
// onWindowTapClose: () {
|
||||
// Navigator.pop(context);
|
||||
// },
|
||||
// windowBody: [
|
||||
// YoutubePlayer(
|
||||
// controller: videoController,
|
||||
// ),
|
||||
// ],
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue