5.4 仅首次显示欢迎
5.4 仅首次显示欢迎
Ramsayi5.4 仅首次显示欢迎
实现步骤:
- APP 每次打开都会先到 Splash 界面
- 首次打开先去 Welcome 界面
- 以后直接去 Main 界面
第 1 步:定义常量
lib/common/values/constants.dart
1 | static const storageFirstOpen = 'first_open'; // 首次打开 |
第 2 步:ConfigService 配置
lib/common/services/config.dart
1 | // 是否首次打开 |
第 3 步:控制器
lib/pages/system/welcome/controller.dart
1 |
|
第 4 步:路由加入 main 定义
lib/common/routers/pages.dart
1 | // 列表 |
最后:Splash 类
lib/pages/system/splash/controller.dart
1 |
|
提交代码到 git
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果