modern_themes 0.2.0
modern_themes: ^0.2.0 copied to clipboard
A Package to implement, change and use Themes. This Package uses the most modern Material Design to create beautiful Themes
We analyzed this package 18 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/Jules-sh/Modern_Themes but got https://github.com/Jules-Media/Modern_Themes.
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: modern_themes, - 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting modern_themes... Discovering libraries... Linking elements... Precaching local docs for 643064 elements... Initialized dartdoc with 795 libraries Generating docs for library modern_themes_comps.dart from package:modern_themes/modern_themes_comps.dart... Generating docs for library modern_themes.dart from package:modern_themes/modern_themes.dart... Documented 2 public libraries in 62.3 seconds ERR: warning: modern_themes has no library level documentation comments from modern_themes: (file:///tmp/pana_UVYFTF/lib/modern_themes_comps.dart:1:1) warning: modern_themes has no library level documentation comments from modern_themes: (file:///tmp/pana_UVYFTF/lib/modern_themes.dart:1:1) error: file already written at "modern_themes/index.html" for symbol modern_themes: (file:///tmp/pana_UVYFTF/lib/modern_themes.dart:1:1) conflicting with file already generated by modern_themes: (file:///tmp/pana_UVYFTF/lib/modern_themes_comps.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'modern_themes' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [18 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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
ERROR: The named parameter 'errorColor' isn't defined.
lib/src/themes.dart:63:9
╷
63 │ errorColor: Coloring.lightErrorColor,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/themes.dart
ERROR: The named parameter 'backgroundColor' isn't defined.
lib/src/themes.dart:67:9
╷
67 │ backgroundColor: Colors.white,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/themes.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
helpful_extensions |
^0.0.3 |
0.0.3 | 0.5.1 |
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.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.0.3` on helpful_extensions does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions helpful_extensions to update the constraint.
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 4 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/themes.dart:63:9- The named parameter 'errorColor' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/themes.dart:67:9- The named parameter 'backgroundColor' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/themes.dart:69:9- The named parameter 'bottomAppBarColor' isn't defined.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.