fix: always enter intro page (#418)

Fixes #417
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-24 16:32:37 +08:00
committed by GitHub
parent 3798a23183
commit 1462b2d0b8
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ final class _IntroPage extends StatelessWidget {
_buildRecommended(context, padTop), _buildRecommended(context, padTop),
], ],
onDone: (ctx) { onDone: (ctx) {
//Stores.setting.showIntro.put(false); Stores.setting.showIntro.put(false);
Navigator.of(ctx).pushReplacement( Navigator.of(ctx).pushReplacement(
MaterialPageRoute(builder: (_) => const HomePage()), MaterialPageRoute(builder: (_) => const HomePage()),
); );

View File

@@ -368,8 +368,8 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
path: "." path: "."
ref: "v1.0.27" ref: "v1.0.29"
resolved-ref: e04757d6570f5cd4fd6b3b004dffd2eb6e75c94d resolved-ref: "2b53f17befdf4fa2672cb3f3fbe218f8d078a171"
url: "https://github.com/lppcg/fl_build.git" url: "https://github.com/lppcg/fl_build.git"
source: git source: git
version: "1.0.0" version: "1.0.0"

View File

@@ -79,7 +79,7 @@ dev_dependencies:
# path: ../fl_build # path: ../fl_build
git: git:
url: https://github.com/lppcg/fl_build.git url: https://github.com/lppcg/fl_build.git
ref: v1.0.27 ref: v1.0.29
flutter: flutter:
generate: true generate: true