Go to file
JingChiang 73e0f8f04c feat: replace Navigator.push to Navigator.pushReplacement
用 Navigator.push 跳轉頁面,ios 可以滑動畫面邊緣回到上一頁
這樣就又變回非登入狀態,改用 Navigator.pushReplacement 以避免
2024-09-02 18:00:48 +08:00
android init commit 2024-08-29 17:45:03 +08:00
ios init commit 2024-08-29 17:45:03 +08:00
lib feat: replace Navigator.push to Navigator.pushReplacement 2024-09-02 18:00:48 +08:00
macos init commit 2024-08-29 17:45:03 +08:00
windows init commit 2024-08-29 17:45:03 +08:00
.gitignore init commit 2024-08-29 17:45:03 +08:00
.metadata init commit 2024-08-29 17:45:03 +08:00
analysis_options.yaml init commit 2024-08-29 17:45:03 +08:00
pubspec.lock use persistent_bottom_nav_bar_v2 replace native bottom_nav_bar 2024-09-02 17:14:35 +08:00
pubspec.yaml use persistent_bottom_nav_bar_v2 replace native bottom_nav_bar 2024-09-02 17:14:35 +08:00
README.md init commit 2024-08-29 17:45:03 +08:00

topic

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.