We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e1af5 commit 6aed12cCopy full SHA for 6aed12c
lib/src/code_generation/router/stacked_router_annotations.dart
@@ -236,7 +236,7 @@ class MaterialRoute<T> extends StackedRoute<T> {
236
required Type page,
237
bool initial = false,
238
bool fullscreenDialog = false,
239
- bool maintainState = false,
+ bool maintainState = true,
240
bool fullMatch = false,
241
String? name,
242
List<Type>? guards,
@@ -268,7 +268,7 @@ class CupertinoRoute<T> extends StackedRoute<T> {
268
const CupertinoRoute({
269
270
271
272
String? path,
273
this.title,
274
0 commit comments