Skip to content

Commit f1b9f94

Browse files
authored
Merge pull request #130 from Zverik/move_build_context
Move BuildContext to its proper location
2 parents 1bf342a + b770a07 commit f1b9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class $BuildContext implements BuildContext, $Instance {
457457

458458
/// Compile-time type reference for [$BuildContext]
459459
static const $type = BridgeTypeRef(
460-
BridgeTypeSpec('package:flutter/widgets.dart', 'BuildContext'));
460+
BridgeTypeSpec('package:flutter/src/widgets/framework.dart', 'BuildContext'));
461461

462462
/// Compile-time bridge declaration for [$BuildContext]
463463
static const $declaration = BridgeClassDef(

0 commit comments

Comments
 (0)