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

Simple and easy to use state management solution for Flutter.

115/ 160
pub points
84
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.4").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

12 out of 79 API elements (15.2 %) 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/state_management/binder.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/state_management/binder.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 13 issues. Showing the first 2:

INFO: Don't invoke 'print' in production code.

bin/build.dart:11:3

   ╷
11 │   print('R!: ${r1.exitCode}');
   │   ^^^^^
   ╵

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

INFO: Don't invoke 'print' in production code.

bin/build.dart:13:3

   ╷
13 │   print(result.stdout);
   │   ^^^^^
   ╵

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

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.2.2 10.2.2
focus_detector any 2.0.1 2.0.1
get_it any 9.0.5 9.0.5
logger any 2.6.2 2.6.2
provider any 6.1.5+1 6.1.5+1
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.1
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.17.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.16 2.4.16
shared_preferences_foundation - 2.5.6 2.5.6
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.2.0 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 11 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:23:13 - 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.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
115
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and easy to use state management solution for Flutter.

Repository (GitHub)
View/report issues

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