mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 13:43:44 +02:00
parent
349ee4334d
commit
6b5f04d1ea
1 changed files with 5 additions and 2 deletions
|
@ -394,9 +394,12 @@ class LoginConfigState extends State<LoginConfig> with WidgetsBindingObserver {
|
||||||
config: widget.config ?? ConfigData.example(),
|
config: widget.config ?? ConfigData.example(),
|
||||||
repository: repository,
|
repository: repository,
|
||||||
app: widget.child,
|
app: widget.child,
|
||||||
child: LoginMain(
|
child: CustomNavigator(
|
||||||
|
pageRoute: PageRoutes.materialPageRoute,
|
||||||
|
home: LoginMain(
|
||||||
child: widget.child,
|
child: widget.child,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isFlutterDefaultTheme(context)) {
|
if (isFlutterDefaultTheme(context)) {
|
||||||
|
|
Loading…
Reference in a new issue