toly_menu_manager 0.0.2 copy "toly_menu_manager: ^0.0.2" to clipboard
toly_menu_manager: ^0.0.2 copied to clipboard

discontinuedreplaced by: tolyui

toly_menu_manager for toly_menu

60/ 160
pub points
2
downloads

We analyzed this package 5 hours ago, and awarded it 60 pub points (of a possible 160):

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: toly_menu_manager.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: toly_menu_manager,
    • contains a version property, and,
    • does not contain a publish_to property.
Repository URL doesn't exist.

At the time of the analysis https://github.com/TolyFx/fx/tree/main/modules/toly_menu_manager was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

37 out of 132 API elements (28.0 %) have documentation comments.

Some symbols that are missing documentation: active_menu_builder, active_menu_builder.ActiveMenuBuilder, active_menu_builder.ActiveMenuBuilder.ActiveMenuBuilder.new, active_menu_builder.ActiveMenuBuilder.builder, active_menu_builder.MenuChangeBuilder.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:toly_menu_manager/toly_menu_manager.dart that imports:
  • package:toly_menu_manager/view/menu/menu_task_builder.dart that imports:
  • dart:ffi
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

ERROR: The getter 'activeMenuNode' isn't defined for the type 'MenuState'.

lib/bloc/menu_router_bloc.dart:21:47

   ╷
21 │       return (state as MenuLoadSuccess).state.activeMenuNode;
   │                                               ^^^^^^^^^^^^^^
   ╵

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

ERROR: The getter 'activeMenuNode' isn't defined for the type 'MenuState'.

lib/view/menu/active_menu_builder.dart:27:54

   ╷
27 │             return builder.call(context, state.state.activeMenuNode);
   │                                                      ^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
equatable ^2.0.5 2.0.8 2.0.8
flutter_bloc ^8.1.5 8.1.6 9.1.1
toly_menu ^0.0.5 0.0.5 0.0.5 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 8.1.4 9.2.0
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
nested - 1.0.0 1.0.0
provider - 6.1.5+1 6.1.5+1
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 `^8.1.5` on flutter_bloc does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • toly_menu.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/bloc/menu_router_bloc.dart:21:47 - The getter 'activeMenuNode' isn't defined for the type 'MenuState'.
  • UNDEFINED_GETTER - lib/view/menu/active_menu_builder.dart:27:54 - The getter 'activeMenuNode' isn't defined for the type 'MenuState'.

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.

Weekly downloads

Display as:
By versions:
0
likes
60
points
2
downloads

Publisher

verified publishertoly1994.com

Weekly Downloads

toly_menu_manager for toly_menu

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

equatable, flutter, flutter_bloc, toly_menu

More

Packages that depend on toly_menu_manager