persist_notifier 1.1.0 copy "persist_notifier: ^1.1.0" to clipboard
persist_notifier: ^1.1.0 copied to clipboard

A ValueNotifier designed for defining settings and providing a solution with a default value and notification system.

0
likes
130/ 160
pub points
41%
popularity

We analyzed this package 7 days ago, and awarded it 130 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/voidari/flutter/tree/main/persist_notifier was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/voidari/flutter/labels/persist%20notifier was unreachable. Make sure that the website is reachable via HEAD requests.

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

Unable to access git repository: Failed to run remote show origin.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting persist_notifier... Discovering libraries... Linking elements... Precaching local docs for 614705 elements... Initialized dartdoc with 755 libraries Generating docs for library persist_notifier_manager.dart from package:persist_notifier/persist_notifier_manager.dart... Generating docs for library persist_notifier.dart from package:persist_notifier/persist_notifier.dart... Documented 2 public libraries in 56.6 seconds ERR: warning: persist_notifier has no library level documentation comments from persist_notifier: (file:///tmp/pana_KJVCTK/lib/persist_notifier_manager.dart:1:9) warning: persist_notifier has no library level documentation comments from persist_notifier: (file:///tmp/pana_KJVCTK/lib/persist_notifier.dart:1:9) error: file already written at "persist_notifier/persist_notifier-library.html" for symbol persist_notifier: (file:///tmp/pana_KJVCTK/lib/persist_notifier.dart:1:9) conflicting with file already generated by persist_notifier: (file:///tmp/pana_KJVCTK/lib/persist_notifier_manager.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'persist_notifier' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [13 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

0/0 points: WASM compatibility

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

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

OK
Pass static analysis
50 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
40 / 40trigger 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
shared_preferences ^2.0.15 2.3.3 2.3.3
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.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
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

0
likes
130
pub points
41%
popularity

Publisher

verified publishervoidari.com

A ValueNotifier designed for defining settings and providing a solution with a default value and notification system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on persist_notifier