mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
push dialog changes in values
This commit is contained in:
@ -18,6 +18,7 @@ import 'package:syncrow_app/features/scene/view/scene_auto_settings.dart';
|
||||
import 'package:syncrow_app/features/scene/view/scene_tasks_view.dart';
|
||||
import 'package:syncrow_app/features/scene/view/scene_rooms_tabbar.dart';
|
||||
import 'package:syncrow_app/features/scene/view/scene_view.dart';
|
||||
import 'package:syncrow_app/features/scene/view/smart_automation_select_route.dart';
|
||||
import 'package:syncrow_app/features/splash/view/splash_view.dart';
|
||||
import 'routing_constants.dart';
|
||||
|
||||
@ -101,6 +102,12 @@ class Router {
|
||||
builder: (_) => const SceneAutoSettings(),
|
||||
settings: settings,
|
||||
);
|
||||
|
||||
case Routes.smartAutomationSelectRoute:
|
||||
return MaterialPageRoute(
|
||||
builder: (_) => const SmartAutomationSelectView(),
|
||||
settings: settings,
|
||||
);
|
||||
default:
|
||||
return MaterialPageRoute(
|
||||
builder: (_) => Scaffold(
|
||||
|
Reference in New Issue
Block a user