wildness_ui 0.1.3
wildness_ui: ^0.1.3 copied to clipboard
A components with Kind provider.
We analyzed this package 5 days ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
509 out of 566 API elements (89.9 %) have documentation comments.
Some symbols that are missing documentation: custom_default_theme, custom_default_theme.CustomDefaultTheme, custom_default_theme.CustomDefaultTheme.CustomDefaultTheme.new, library, wildness.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:wildness_ui/library.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
ERROR: The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
lib/theme/custom_default_theme.dart:55:20
╷
55 │ dialogTheme: const DialogTheme(
│ ┌────────────────────^
56 │ │ surfaceTintColor: Colors.transparent,
57 │ │ ),
│ └───────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/theme/custom_default_theme.dart
INFO: Sort combinator names alphabetically.
lib/library.dart:5:5
╷
5 │ ┌ show
6 │ │ kDebugMode,
7 │ │ kIsWeb,
8 │ │ DiagnosticPropertiesBuilder,
9 │ │ Diagnosticable,
10 │ │ DiagnosticsProperty,
11 │ │ IterableProperty;
│ └────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/library.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
meta |
^1.11.0 |
1.16.0 | 1.17.0 | |
nested |
^1.0.0 |
1.0.0 | 1.0.0 | |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/theme/custom_default_theme.dart:55:20- The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.