Skip to content

Commit

Permalink
fix: always enter intro page (#418)
Browse files Browse the repository at this point in the history
Fixes #417
  • Loading branch information
lollipopkit authored Jun 24, 2024
1 parent 3798a23 commit 1462b2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/intro.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class _IntroPage extends StatelessWidget {
_buildRecommended(context, padTop),
],
onDone: (ctx) {
//Stores.setting.showIntro.put(false);
Stores.setting.showIntro.put(false);
Navigator.of(ctx).pushReplacement(
MaterialPageRoute(builder: (_) => const HomePage()),
);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ packages:
dependency: "direct dev"
description:
path: "."
ref: "v1.0.27"
resolved-ref: e04757d6570f5cd4fd6b3b004dffd2eb6e75c94d
ref: "v1.0.29"
resolved-ref: "2b53f17befdf4fa2672cb3f3fbe218f8d078a171"
url: "https://github.com/lppcg/fl_build.git"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dev_dependencies:
# path: ../fl_build
git:
url: https://github.com/lppcg/fl_build.git
ref: v1.0.27
ref: v1.0.29

flutter:
generate: true
Expand Down

0 comments on commit 1462b2d

Please sign in to comment.