Skip to content

Commit f330175

Browse files
[cupertino_icons] Remove empty Dart file (#11308)
It used to be impossible to publish a package without a lib/ directory, which is why there is a placeholder file. That hasn't been true for quite a while, however, so we don't need to keep shipping an empty file. This will also fix the questionable pana score deduction for not having any documentation (without us having to add a library directive just to document that no code is needed). Part of flutter/flutter#183844 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent b409f0f commit f330175

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

third_party/packages/cupertino_icons/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.0.9
22

3+
* Removes empty Dart file.
34
* Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
45

56
## 1.0.8

third_party/packages/cupertino_icons/lib/cupertino_icons.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

third_party/packages/cupertino_icons/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cupertino_icons
33
description: Default icons asset for Cupertino widgets based on Apple styled icons
44
repository: https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22
6-
version: 1.0.8
6+
version: 1.0.9
77

88
environment:
99
sdk: ^3.9.0

0 commit comments

Comments
 (0)