elementary_ui 0.0.3
elementary_ui: ^0.0.3 copied to clipboard
A components with Kind provider.
We analyzed this package 7 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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: elementary_ui.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: elementary_ui, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
315 out of 361 API elements (87.3 %) have documentation comments.
Some symbols that are missing documentation: custom_default_theme, custom_default_theme.CustomDefaultTheme, custom_default_theme.CustomDefaultTheme.CustomDefaultTheme.new, elementary, elementary.ComponentTheme.
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:elementary_ui/elementary.dartthat imports:package:elementary_ui/theme/custom_default_theme.dartthat imports:package:elementary_ui/library.dartthat imports:package:universal_io/io.dartthat imports:package:universal_io/universal_io.dartthat imports:package:universal_io/src/_exports_in_browser.dartthat imports:package:universal_io/src/internet_address.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 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: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
lib/theme/custom_default_theme.dart:6:9
╷
6 │ MaterialStateProperty,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/theme/custom_default_theme.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.8 | 2.0.8 | |
meta |
^1.11.0 |
1.17.0 | 1.17.0 | |
nested |
^1.0.0 |
1.0.0 | 1.0.0 | |
universal_io |
^2.2.2 |
2.3.1 | 2.3.1 |
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.