Skip to content

Commit e4aaba8

Browse files
authored
[rfw, flutter_markdown] Prepare for removing dart:ui imports. (#5471)
See flutter/flutter#138881 Fixes parts of flutter/flutter#87235
1 parent c8a28d9 commit e4aaba8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/flutter_markdown/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## NEXT
22

33
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
4+
* Fixes lint warnings.
45

56
## 0.6.18+2
67

packages/flutter_markdown/lib/src/builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
56
import 'dart:ui';
67

78
import 'package:flutter/gestures.dart';

packages/rfw/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## NEXT
22

33
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
4+
* Fixes lint warnings.
45

56
## 1.0.15
67

packages/rfw/lib/src/flutter/argument_decoders.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// This file is hand-formatted.
1010

1111
import 'dart:math' as math show pi;
12+
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
1213
import 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
1314

1415
import 'package:flutter/material.dart';

packages/rfw/lib/src/flutter/core_widgets.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// This file is hand-formatted.
1010

11+
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
1112
import 'dart:ui' show FontFeature;
1213

1314
import 'package:flutter/gestures.dart' show DragStartBehavior;

0 commit comments

Comments
 (0)