[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove work around for dart 3 compiler bug (flutter#40350)
Browse files Browse the repository at this point in the history
Remove work around for dart 3 compiler bug
  • Loading branch information
goderbauer committed Mar 16, 2023
1 parent f32021c commit 1f6db5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/web_ui/lib/src/engine/pointer_converter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f6db5e

Please sign in to comment.