問題タブ [flutter-bottomnavigation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
4 に答える
319 参照

flutter - アプリを開いた後のFlutter Bottom Navigation Barのデフォルトページ

アプリに入った後、HomePage() をデフォルトのページとして設定するにはどうすればよいですか? 私のアプリの設計では、ホーム ボタンを下の NavBar の中央に配置しました。

Bottom NavBar は問題なく動作し、中央から開始しますが、ページは常に CameraPage() から開始します

コードは次のようになります

これはホーム()です