es_drawer_controller 1.0.9 copy "es_drawer_controller: ^1.0.9" to clipboard
es_drawer_controller: ^1.0.9 copied to clipboard

A Flutter package to create awsome navigation drawer controller quickly.

10
likes
100/ 140
pub points
54%
popularity

We analyzed this package 5 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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 592318 elements... Initialized dartdoc with 723 libraries Generating docs for library es_app_theme.dart from package:es_drawer_controller/es_app_theme.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... Generating docs for library es_home_drawer.dart from package:es_drawer_controller/es_home_drawer.dart... Documented 4 public libraries in 75.9 seconds ERR: warning: es_drawer_controller has no library level documentation comments from es_drawer_controller: (file:///tmp/pana_XPHYAE/lib/main.dart:8:9) error: file already written at "es_drawer_controller/es_drawer_controller-library.html" for symbol es_drawer_controller: (file:///tmp/pana_XPHYAE/lib/es_drawer_controller.dart:1:1) conflicting with file already generated by es_drawer_controller: (file:///tmp/pana_XPHYAE/lib/main.dart:8:9) 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 [11 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 9 issues. Showing the first 2:

WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.

lib/es_drawer_controller.dart:134:28

    ╷
134 │     WidgetsBinding.instance?.addPostFrameCallback((_) => getInitState());
    │                            ^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/es_drawer_controller.dart

INFO: 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre.

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

10
likes
100
pub points
54%
popularity

Publisher

verified publisherdevelopers.erratums.com

A Flutter package to create awsome navigation drawer controller quickly.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on es_drawer_controller