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 c458982 commit 757f5a1Copy full SHA for 757f5a1
packages/go_router/lib/src/on_enter.dart
@@ -9,7 +9,13 @@ import 'dart:async';
9
import 'package:flutter/foundation.dart';
10
import 'package:flutter/widgets.dart';
11
12
-import '../go_router.dart';
+import 'configuration.dart';
13
+import 'information_provider.dart';
14
+import 'match.dart';
15
+import 'misc/errors.dart';
16
+import 'parser.dart';
17
+import 'router.dart';
18
+import 'state.dart';
19
20
/// The signature for the top-level [onEnter] callback.
21
///
0 commit comments