spry_multer 1.0.0
spry_multer: ^1.0.0 copied to clipboard
Spry multer is a Spry framework middleware & extension for handling multipart/form-data, which is primarily used for uploading files.
We analyzed this package 4 hours ago, and awarded it 140 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: spry_multer.
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: spry_multer, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://spry.fun was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/odroe/spry/tree/main/packages/spry_multer 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
12 out of 17 API elements (70.6 %) have documentation comments.
Some symbols that are missing documentation: spry.multer.File.File.new, spry.multer.Multipart, spry.multer.Multipart.Multipart.new, spry.multer.Multipart.fields, spry.multer.Multipart.files.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:spry_multer/spry_multer.dartthat imports:package:spry_multer/src/request_extension.dartthat imports:package:spry_multer/src/multipart.dartthat imports:package:spry_multer/src/file.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mime |
^1.0.4 |
1.0.6 | 2.0.0 | |
spry |
^0.5.0 |
0.5.0 | 7.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.4` on mime does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions mime to update the constraint.
The constraint `^0.5.0` on spry does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions spry 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, Dart 3.11.1.
Check the analysis log for details.