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+
15## 6.1.3
26
37* Updates README section about query permissions to better reflect changes to
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- 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;
68
79import 'package:flutter/foundation.dart' ;
810import 'package:flutter/services.dart' show PlatformException;
You can’t perform that action at this time.
0 commit comments