Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🎨 improved error message
  • Loading branch information
sarbagyastha committed Jan 5, 2023
commit 9dbc32ccab48652ea9907977b4adb39bcefd9fa5
2 changes: 1 addition & 1 deletion packages/clean_framework/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class MyApp extends StatelessWidget {
builder: (context) {
return MaterialApp.router(
title: 'Clean Framework Example',
routerConfig: context.router.config,
theme: ThemeData.from(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.green),
useMaterial3: true,
Expand All @@ -34,7 +35,6 @@ class MyApp extends StatelessWidget {
useMaterial3: true,
),
themeMode: ThemeMode.dark,
routerConfig: context.router.config,
);
},
),
Expand Down