mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 14:18:54 +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
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// 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 'dart:ui';
|
||||||
|
|
||||||
import 'package:flutter/gestures.dart';
|
import 'package:flutter/gestures.dart';
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
// This file is hand-formatted.
|
// This file is hand-formatted.
|
||||||
|
|
||||||
import 'dart:math' as math show pi;
|
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 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
// This file is hand-formatted.
|
// 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 'dart:ui' show FontFeature;
|
||||||
|
|
||||||
import 'package:flutter/gestures.dart' show DragStartBehavior;
|
import 'package:flutter/gestures.dart' show DragStartBehavior;
|
||||||
|
Reference in New Issue
Block a user