Skip to content

Commit

Permalink
Add dart:ui_web to the Flutter SDK detection library list. (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Nov 23, 2023
1 parent c78b207 commit 288df51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.21.44

- Fix: `dart:ui_web` is now part of the SDK-detection library list.

## 0.21.43

- Fix: limit number of documentation entries exported in `pub-data.json`.
Expand Down
3 changes: 2 additions & 1 deletion lib/src/tag/_specs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ class Runtime {
{
..._onNativeAot,
..._onAllWeb,
'ui',
...flutterNative.enabledLibs,
...flutterWeb.enabledLibs,
},
tag: PanaTags.runtimeFlutter,
);
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pana
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
version: 0.21.43
version: 0.21.44-dev
repository: https://github.com/dart-lang/pana
topics:
- tool
Expand Down

0 comments on commit 288df51

Please sign in to comment.