connectify 1.2.0
connectify: ^1.2.0 copied to clipboard
Connectify is a specialized Flutter package for managing HTTP requests with ease and efficiency.
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/Aniketkhote/connectify 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
109 out of 135 API elements (80.7 %) have documentation comments.
Some symbols that are missing documentation: connectify.FormData, connectify.FormData.FormData.new, connectify.FormData.boundary, connectify.FormData.toBytes, connectify.GetConnect.httpClient.
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:connectify/connectify.dartthat imports:package:connectify/src/get_connect.dartthat imports:package:connectify/src/http/src/multipart/multipart_file.dartthat imports:package:connectify/src/http/src/request/request.dartthat imports:package:connectify/src/http/http.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The referenced identifier is a wildcard.
lib/src/get_connect.dart:390:22
╷
390 │ message: _.toString(),
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/get_connect.dart
INFO: The referenced identifier is a wildcard.
lib/src/get_connect.dart:429:22
╷
429 │ message: _.toString(),
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/get_connect.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
refreshed |
^2.5.1 |
2.10.4 | 3.2.0 | Discontinued |
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.17.0 | 1.18.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.5.1` on refreshed does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions refreshed to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- refreshed.
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.