mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
fix: use startWithIntroScreen instead of showIntroduction boolean for checking on which screen to start
This commit is contained in:
parent
e012b8d41e
commit
bd1d6e5bf4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class NavigatorStartUserStory extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (configuration.showIntroduction) {
|
if (configuration.startWithIntroScreen) {
|
||||||
return _introduction(configuration, context, onComplete);
|
return _introduction(configuration, context, onComplete);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue