File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
56import 'dart:ui' ;
67
78import 'package:flutter/gestures.dart' ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99// This file is hand-formatted.
1010
1111import 'dart:math' as math show pi;
12+ // ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
1213import 'dart:ui' show FontFeature; // TODO(ianh): https://github.com/flutter/flutter/issues/87235
1314
1415import 'package:flutter/material.dart' ;
Original file line number Diff line number Diff line change 88
99// This file is hand-formatted.
1010
11+ // ignore: unnecessary_import (see https://github.com/flutter/flutter/pull/138881)
1112import 'dart:ui' show FontFeature;
1213
1314import 'package:flutter/gestures.dart' show DragStartBehavior;
You can’t perform that action at this time.
0 commit comments