diff --git a/engine/src/flutter/lib/ui/ui.dart b/engine/src/flutter/lib/ui/ui.dart index 2d59f4e6a5..06801404d8 100644 --- a/engine/src/flutter/lib/ui/ui.dart +++ b/engine/src/flutter/lib/ui/ui.dart @@ -11,6 +11,7 @@ /// text, layout, and rendering subsystems. library dart.ui; +import 'dart:_internal'; import 'dart:async'; import 'dart:convert'; import 'dart:developer' as developer;