1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ボトムナビゲーションを保持したら全画面表示したいときに方法がわからなかった

Posted at

自分メモ

X(旧Twitter)やInstagramみたいにページ遷移後もボトムナビを表示した

こちらを参考にアプリを作っていた。

ボトムナビを非表示にするときは?

下記でいけた。

Navigator.of(context, rootNavigator: true).push(
    MaterialPageRoute<void>(
      builder: (context) => const HogeView(),
    ),
);

Navigator周りちゃんと理解できていないなぁと気づき。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?