Skip to content

Commit 2c5f8ff

Browse files
polina-cMairramer
authored andcommitted
Convert relative to absolute import. (flutter#135337)
Requested here: flutter#133952 (comment)
1 parent 042e5a5 commit 2c5f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/tab_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import 'dart:math' as math;
66

7+
import 'package:flutter/foundation.dart';
78
import 'package:flutter/widgets.dart';
89

9-
import '../foundation/memory_allocations.dart';
1010
import 'constants.dart';
1111

1212
// Examples can assume:

0 commit comments

Comments
 (0)