management 0.0.1 copy "management: ^0.0.1" to clipboard
management: ^0.0.1 copied to clipboard

Simple and easy to use state management solution for Flutter.

0
likes
110/ 160
pub points
30
downloads

We analyzed this package 9 days ago, and awarded it 110 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

Failed to verify repository URL.

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: management,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository has no repository or homepage URL.

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: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

5 out of 54 API elements (9.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: management, management.BaseStore, management.BaseStore.BaseStore.new, management.BaseStore.call, management.BaseStore.clear.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:management/management.dart that imports:
  • package:management/src/handler/stream_handler.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:management/management.dart that imports:
  • package:management/src/handler/stream_handler.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

/tmp/pana_JJIQTW/lib/src/base/base_store.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_JJIQTW/lib/src/state_management/manager.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

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

Package Constraint Compatible Latest Notes
auto_route any 10.1.0+1 10.1.0+1
focus_detector any 2.0.1 2.0.1
get_it any 8.0.3 8.0.3
logger any 2.5.0 2.5.0
provider any 6.1.5 6.1.5
rx_shared_preferences ^4.0.0 4.0.0 4.0.0
rxdart any 0.28.0 0.28.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
built_collection - 5.1.1 5.1.1
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
dart_either - 1.0.0 2.0.0
disposebag - 1.5.1 1.5.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rx_storage - 3.0.0 3.0.0
rxdart_ext - 0.3.0 0.3.0
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.10 2.4.10
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
stack_trace - 1.12.1 1.12.1
vector_math - 2.1.4 2.2.0
visibility_detector - 0.2.2 0.4.0+2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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 7 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/handler/future_handler.dart:23:11 - The named parameter 'error' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/handler/future_handler.dart:24:11 - The named parameter 'stackTrace' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/handler/stream_handler.dart:21:11 - The named parameter 'error' 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.22.21, Flutter 3.32.1, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and easy to use state management solution for Flutter.

Documentation

API reference

License

MIT (license)

Dependencies

auto_route, flutter, focus_detector, get_it, logger, provider, rx_shared_preferences, rxdart

More

Packages that depend on management