supafast 0.1.1
supafast: ^0.1.1 copied to clipboard
A lightweight, Express.js-inspired backend framework for Dart with first-class Flutter integration.
We analyzed this package 4 days ago, and awarded it 140 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://supafast.io 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
243 out of 270 API elements (90.0 %) have documentation comments.
Some symbols that are missing documentation: supafast.BodyParserOptions.BodyParserOptions.new, supafast.ContentTypeUtils.ContentTypeUtils.new, supafast.ContentTypeUtils.css, supafast.ContentTypeUtils.formUrlEncoded, supafast.ContentTypeUtils.gif.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:supafast/supafast.dartthat declares support for platforms:Windows,Linux,macOS,Web.
Package does not support platform `iOS`.
Because:
package:supafast/supafast.dartthat declares support for platforms:Windows,Linux,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:supafast/supafast.dartthat imports:package:supafast/src/utils/content_type.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:supafast/supafast.dartthat imports:package:supafast/src/utils/content_type.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full 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: Angle brackets will be interpreted as HTML.
lib/src/core/request.dart:228:27
╷
228 │ /// - JSON requests: Map<String, dynamic> or List<dynamic>
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/request.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/core/request.dart:228:52
╷
228 │ /// - JSON requests: Map<String, dynamic> or List<dynamic>
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/request.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
meta |
^1.9.1 |
1.17.0 | 1.17.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
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.23.3, Dart 3.10.4.
Check the analysis log for details.