Skip to content

Commit 757f5a1

Browse files
committed
[go_router] Use specific imports in on_enter.dart
1 parent c458982 commit 757f5a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/go_router/lib/src/on_enter.dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ import 'dart:async';
99
import 'package:flutter/foundation.dart';
1010
import 'package:flutter/widgets.dart';
1111

12-
import '../go_router.dart';
12+
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';
1319

1420
/// The signature for the top-level [onEnter] callback.
1521
///

0 commit comments

Comments
 (0)