mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 06:06:59 +08:00
[rfw,flutter_markdown] Apparently you need a comma to end an //ignore (#5582)
This is already covered by the existing changelog.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
|
||||
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:flutter/gestures.dart';
|
||||
|
@ -9,7 +9,7 @@
|
||||
// This file is hand-formatted.
|
||||
|
||||
import 'dart:math' as math show pi;
|
||||
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
|
||||
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
|
||||
import 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
// This file is hand-formatted.
|
||||
|
||||
// ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
|
||||
// ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
|
||||
import 'dart:ui' show FontFeature;
|
||||
|
||||
import 'package:flutter/gestures.dart' show DragStartBehavior;
|
||||
|
Reference in New Issue
Block a user