File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- // ignore: unnecessary_import ( see https://github.com/flutter/flutter/pull/138881)
5
+ // ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
6
6
import 'dart:ui' ;
7
7
8
8
import 'package:flutter/gestures.dart' ;
Original file line number Diff line number Diff line change 9
9
// This file is hand-formatted.
10
10
11
11
import 'dart:math' as math show pi;
12
- // ignore: unnecessary_import ( see https://github.com/flutter/flutter/pull/138881)
12
+ // ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
13
13
import 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
14
14
15
15
import 'package:flutter/material.dart' ;
Original file line number Diff line number Diff line change 8
8
9
9
// This file is hand-formatted.
10
10
11
- // ignore: unnecessary_import ( see https://github.com/flutter/flutter/pull/138881)
11
+ // ignore: unnecessary_import, see https://github.com/flutter/flutter/pull/138881
12
12
import 'dart:ui' show FontFeature;
13
13
14
14
import 'package:flutter/gestures.dart' show DragStartBehavior;
You can’t perform that action at this time.
0 commit comments