es_drawer_controller 1.0.9
es_drawer_controller: ^1.0.9 copied to clipboard
A Flutter package to create awsome navigation drawer controller quickly.
We analyzed this package 31 hours ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting es_drawer_controller...
Discovering libraries...
Linking elements...
Precaching local docs for 643164 elements...
Initialized dartdoc with 789 libraries
Generating docs for library es_app_theme.dart from package:es_drawer_controller/es_app_theme.dart...
Generating docs for library es_home_drawer.dart from package:es_drawer_controller/es_home_drawer.dart...
Generating docs for library main.dart from package:es_drawer_controller/main.dart...
Generating docs for library es_drawer_controller.dart from package:es_drawer_controller/es_drawer_controller.dart...
Documented 4 public libraries in 34.2 seconds
ERR:
warning: es_drawer_controller has no library level documentation comments
from es_drawer_controller: (file:///tmp/pana_KDBCIC/lib/main.dart:1:1)
error: file already written at "es_drawer_controller/index.html"
for symbol es_drawer_controller: (file:///tmp/pana_KDBCIC/lib/es_drawer_controller.dart:1:1)
conflicting with file already generated by es_drawer_controller: (file:///tmp/pana_KDBCIC/lib/main.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'es_drawer_controller' 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 directive in one
[14 more lines]
10/10 points: Package has 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 'headline4' isn't defined.
lib/es_app_theme.dart:30:5
╷
30 │ headline4: display1,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/es_app_theme.dart
ERROR: The named parameter 'headline5' isn't defined.
lib/es_app_theme.dart:31:5
╷
31 │ headline5: headline,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/es_app_theme.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.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 7 errors:
UNDEFINED_NAMED_PARAMETER-lib/es_app_theme.dart:30:5- The named parameter 'headline4' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/es_app_theme.dart:31:5- The named parameter 'headline5' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/es_app_theme.dart:32:5- The named parameter 'headline6' 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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.