Unverified Commit 1d769955 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Convert relative to absolute import. (#135337)

Requested here: https://github.com/flutter/flutter/pull/133952#discussion_r1334860858
parent 57ccf3a5
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment