element_ui 0.1.2
element_ui: ^0.1.2 copied to clipboard
Element UI, a set of Flutter-based component libraries for developers.
We analyzed this package 2 days ago, and awarded it 65 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis http://laomengit.com was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.1.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting element_ui... Discovering libraries... Linking elements... Precaching local docs for 649271 elements... Initialized dartdoc with 819 libraries Generating docs for library widgets.dart from package:element_ui/widgets.dart... Generating docs for library animations.dart from package:element_ui/animations.dart... Documented 2 public libraries in 35.9 seconds ERR: warning: element_ui has no library level documentation comments from element_ui: (file:///tmp/pana_LOGZZB/lib/widgets.dart:1:1) warning: unresolved doc reference [TextTheme.subtitle1] from dropdown.EDropdown.style: (file:///tmp/pana_LOGZZB/lib/src/widgets/dropdown.dart:228:20) in documentation inherited from dropdown.EDropdown.style: (file:///tmp/pana_LOGZZB/lib/src/widgets/dropdown.dart:228:20) warning: unresolved doc reference [TextTheme.subtitle1] from dialog.EAlertDialog.contentTextStyle: (file:///tmp/pana_LOGZZB/lib/src/widgets/dialog.dart:89:20) in documentation inherited from dialog.EAlertDialog.contentTextStyle: (file:///tmp/pana_LOGZZB/lib/src/widgets/dialog.dart:89:20) warning: unresolved doc reference [shadowColor] from dialog.EAlertDialog.elevation: (file:///tmp/pana_LOGZZB/lib/src/widgets/dialog.dart:190:17) [31 more lines]
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:element_ui/widgets.dartthat imports:package:element_ui/src/widgets/page_view.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 103 issues. Showing the first 2:
ERROR: A value of type 'DialogThemeData' can't be assigned to a variable of type 'DialogTheme'.
lib/src/widgets/dialog.dart:233:37
╷
233 │ final DialogTheme dialogTheme = DialogTheme.of(context);
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/dialog.dart
ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.
lib/src/widgets/dialog.dart:271:35
╷
271 │ theme.textTheme.headline6!)
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/dialog.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
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 6 errors:
INVALID_ASSIGNMENT-lib/src/widgets/dialog.dart:233:37- A value of type 'DialogThemeData' can't be assigned to a variable of type 'DialogTheme'.UNDEFINED_GETTER-lib/src/widgets/dialog.dart:271:35- The getter 'headline6' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER-lib/src/widgets/dialog.dart:302:31- The getter 'subtitle1' isn't defined for the type 'TextTheme'.
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.8, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.