File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/url_launcher/url_launcher Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/105648 ) .
4
+
1
5
## 6.1.3
2
6
3
7
* Updates README section about query permissions to better reflect changes to
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
- import 'dart:ui' ;
5
+ // TODO(a14n): remove this import once Flutter 3.1 or later reaches stable (including flutter/flutter#105648)
6
+ // ignore: unnecessary_import
7
+ import 'dart:ui' show Brightness;
6
8
7
9
import 'package:flutter/foundation.dart' ;
8
10
import 'package:flutter/services.dart' show PlatformException;
You can’t perform that action at this time.
0 commit comments