sni_state 0.0.1
sni_state: ^0.0.1 copied to clipboard
A project for state configuration use Provider Package.
We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 160):
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: sni_state
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: sni_state
.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting sni_state...
Discovering libraries...
Linking elements...
Precaching local docs for 651712 elements...
Initialized dartdoc with 862 libraries
Generating docs for library sni_state_library.dart from package:sni_state/sni_state_library.dart...
Generating docs for library sni_state.dart from package:sni_state/sni_state.dart...
Documented 2 public libraries in 66.8 seconds
ERR:
warning: sni_state has no library level documentation comments
from sni_state: (file:///tmp/pana_MBVQWS/lib/sni_state_library.dart:1:1)
error: file already written at "sni_state/index.html"
for symbol sni_state: (file:///tmp/pana_MBVQWS/lib/sni_state.dart:1:1)
conflicting with file already generated by sni_state: (file:///tmp/pana_MBVQWS/lib/sni_state_library.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'sni_state' 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 symbol's
[16 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/change_notifier/list_change_notifier_provider.dart:1:1
╷
1 │ part of sni_state;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/change_notifier/list_change_notifier_provider.dart
INFO: The part-of directive uses a library name.
lib/src/change_notifier/mixins/search_notifier_provider_mixins.dart:1:1
╷
1 │ part of sni_state;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/change_notifier/mixins/search_notifier_provider_mixins.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dio |
^4.0.6 |
4.0.6 | 5.8.0+1 | |
provider |
^6.0.5 |
6.1.5 | 6.1.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
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 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
to update the constraint.
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.21
, Flutter 3.32.1
, Dart 3.8.1
.
Check the analysis log for details.