phinx_provider_package 0.1.3
phinx_provider_package: ^0.1.3 copied to clipboard
A Flutter package for managing state using Provider with singleton access and service state management.
We analyzed this package 10 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://bitbucket.org/fleetstudio/phinx-provider-package
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting phinx_provider_package... Discovering libraries... Linking elements... Precaching local docs for 646051 elements... Initialized dartdoc with 798 libraries Generating docs for library enums.dart from package:phinx_provider_package/enums.dart... Generating docs for library provider/linked_provider.dart from package:phinx_provider_package/provider/linked_provider.dart... Generating docs for library provider/linked_provider_manager.dart from package:phinx_provider_package/provider/linked_provider_manager.dart... Generating docs for library provider/service_provider.dart from package:phinx_provider_package/provider/service_provider.dart... Generating docs for library provider/multi_service_provider.dart from package:phinx_provider_package/provider/multi_service_provider.dart... [3 more lines] ERR: warning: phinx_provider_package has no library level documentation comments from phinx_provider_package: (file:///tmp/pana_IRNPVS/lib/enums.dart:1:1) warning: phinx_provider_package has no library level documentation comments from phinx_provider_package: (file:///tmp/pana_IRNPVS/lib/provider/linked_provider.dart:1:1) error: file already written at "phinx_provider_package/index.html" for symbol phinx_provider_package: (file:///tmp/pana_IRNPVS/lib/provider/linked_provider.dart:1:1) conflicting with file already generated by phinx_provider_package: (file:///tmp/pana_IRNPVS/lib/enums.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'phinx_provider_package' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [73 more lines]
10/10 points: Package has 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 5 issues. Showing the first 2:
INFO: Missing type annotation.
lib/widget/linked_providers.dart:73:25
╷
73 │ void registerProvider(provider, {required String name}) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widget/linked_providers.dart
/tmp/pana_IRNPVS/lib/enums.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.