mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
@@ -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()),
|
||||
);
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user