Remove work around for dart 3 compiler bug (flutter/engine#40350)

Remove work around for dart 3 compiler bug
This commit is contained in:
Michael Goderbauer
2023-03-16 14:24:41 -07:00
committed by GitHub
parent 88665559c5
commit c023f1986b

View File

@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(goderbauer): Remove next line when compiler bug is fixed: https://github.com/flutter/flutter/issues/122724
// @dart = 2.19
import 'package:ui/ui.dart' as ui;
const bool _debugLogPointerConverter = false;