ele_theme 0.0.1
ele_theme: ^0.0.1 copied to clipboard
flutter element theme.
1
likes
90/ 130
pub points
22%
popularity
We analyzed this package 2 days ago, and awarded it 90 pub points (of a possible 130):
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 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: Failed to run dartdoc
dartdoc
failed with:
exitCode: 255
stdout: [2022-06-26T01:42:16.541116] Starting...
Documenting ele_theme...
Initialized dartdoc with 607 libraries
Generating docs for library ele_theme from package:ele_theme/ele_theme_data.dart...
Generating docs for library ele_theme from package:ele_theme/ele_theme.dart...
Generating docs for library ele_theme from package:ele_theme/ele_button_theme_data.dart...
Generating docs for library ele_theme from package:ele_theme/extensions.dart...
Generating docs for library ele_theme from package:ele_theme/ele_border_theme_data.dart...
Documented 5 public libraries in 94.7 seconds
stderr: warning: ele_theme has no library level documentation comments
from ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_theme_data.dart:1:9)
warning: ele_theme has no library level documentation comments
from ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_theme.dart:1:9)
error: failed to write file at: ele_theme/ele_theme-library.html
for symbol ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_theme.dart:1:9)
conflicting with file already generated by ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_theme_data.dart:1:9)
Dartdoc generates a path and filename to write to for each symbol.
ele_theme conflicts with another symbol in the generated
path, and therefore can not be written out. Changing the name,
library name, or class name (if appropriate) of one of the
conflicting items can resolve the conflict. Alternatively, use the
@nodoc tag in one symbol's documentation comments to hide it.
warning: ele_theme has no library level documentation comments
from ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_button_theme_data.dart:1:9)
error: failed to write file at: ele_theme/ele_theme-library.html
for symbol ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_button_theme_data.dart:1:9)
conflicting with file already generated by ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_theme.dart:1:9)
warning: ele_theme has no library level documentation comments
from ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/extensions.dart:1:9)
error: failed to write file at: ele_theme/ele_theme-library.html
for symbol ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/extensions.dart:1:9)
conflicting with file already generated by ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_button_theme_data.dart:1:9)
warning: ele_theme has no library level documentation comments
from ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_border_theme_data.dart:1:9)
error: failed to write file at: ele_theme/ele_theme-library.html
for symbol ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/ele_border_theme_data.dart:1:9)
conflicting with file already generated by ele_theme: (file:///tmp/pub-dartlang-dartdocAFCNXD/pkg/lib/extensions.dart:1:9)
Found 5 warnings and 4 errors.
Unhandled exception:
encountered 4 errors
#0 Dartdoc.generateDocs (package:dartdoc/src/dartdoc.dart:231:9)
<asynchronous suspension>
#1 main (file:///project/pkg/pub_dartdoc/bin/pub_dartdoc.dart:32:19)
<asynchronous suspension>
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:flutter/foundation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'.
lib/ele_theme.dart:4:8
╷
4 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ele_theme.dart
INFO: The operand can't be null, so the condition is always true.
lib/ele_theme.dart:43:22
╷
43 │ }) : assert(theme != null),
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ele_theme.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
collection | - | 1.16.0 | 1.16.0 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.2 | 2.1.2 |
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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.