Flutterに関するnijitaroのブックマーク (2)

  • Flutter Bottom Navigation Bar with Stateful Nested Routes using GoRouter

    One of the most popular UX patterns on mobile is to show a bottom navigation bar with tabs. With this pattern, all the tabs are within the "thumb zone" where they can be easily reached: Thumb zone on mobile devices. Credit: Rosenfield MediaBut how can we implement bottom navigation in a Flutter app? As it turns out, the NavigationBar widget gives us a convenient way of switching between the primar

    Flutter Bottom Navigation Bar with Stateful Nested Routes using GoRouter
    nijitaro
    nijitaro 2024/05/30
    go_router と bottomNavigationBar
  • Flutterでこなれた感じのUIを作るコツ

    Flutter してますか? こんにちは、すぎっとです。 以前、Flutter 愛に溢れた記事を書きました。 継続してどんどん Flutter の記事を描こうと思っていたのですが、なかなか時間がとれずにいました。 Flutter への愛をあんなに暑く語っておきながら、実はそんなに愛してなかったんじゃないの? 他のプラットフォームに浮気してたんじゃないの? そう思われても仕方がないほど、時間が経ってしまいました。 実は Flutter への愛が溢れすぎた結果アプリを作らずにはいられなくなり 夢中でアプリ制作に勤しんでいました。 それがこちらです。 やるひゃくは、私が毎年ノートに書いていた『やりたいことリスト 100』をアプリにしたものです。 これまで、やりたいことリストを作るときはどうしてもタスク管理のようになってしまい、やったかどうかの振り返りは結局年末までほったらかしになっていました。

    Flutterでこなれた感じのUIを作るコツ
  • 1