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 5 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.
Repository has no matching pubspec.yaml with name: sni_state.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: sni_state, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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 665488 elements...
Initialized dartdoc with 887 libraries
Generating docs for library sni_state.dart from package:sni_state/sni_state.dart...
Generating docs for library sni_state_library.dart from package:sni_state/sni_state_library.dart...
Documented 2 public libraries in 47.1 seconds
ERR:
warning: sni_state has no library level documentation comments
from sni_state: (file:///tmp/pana_RDXSFL/lib/sni_state_library.dart:1:1)
error: file already written at "sni_state/index.html"
for symbol sni_state: (file:///tmp/pana_RDXSFL/lib/sni_state_library.dart:1:1)
conflicting with file already generated by sni_state: (file:///tmp/pana_RDXSFL/lib/sni_state.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
[14 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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 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 type parameter name 'Type' matches a visible type name.
lib/src/change_notifier/list_change_notifier_provider.dart:3:43
╷
3 │ abstract class ListChangeNotifierProvider<Type>
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/change_notifier/list_change_notifier_provider.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.9.2 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
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.2.0 | 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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.