Convert relative to absolute import. (#135337)
Requested here: https://github.com/flutter/flutter/pull/133952#discussion_r1334860858
This commit is contained in:
committed by
GitHub
parent
57ccf3a594
commit
1d769955b0
@@ -4,9 +4,9 @@
|
||||
|
||||
import 'dart:math' as math;
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
import '../foundation/memory_allocations.dart';
|
||||
import 'constants.dart';
|
||||
|
||||
// Examples can assume:
|
||||
|
||||
Reference in New Issue
Block a user