absmartly_sdk 2.1.2
absmartly_sdk: ^2.1.2 copied to clipboard
ABsmartly - Flutter SDK
We analyzed this package 17 hours ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.1.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting absmartly_sdk...
Discovering libraries...
Linking elements...
Precaching local docs for 1199483 elements...
Initialized dartdoc with 1223 libraries
Generating docs for library absmartly_sdk_config.dart from package:absmartly_sdk/absmartly_sdk_config.dart...
Generating docs for library context_event_handler.dart from package:absmartly_sdk/context_event_handler.dart...
Generating docs for library default_http_client.dart from package:absmartly_sdk/default_http_client.dart...
Generating docs for library ab_smartly_config.dart from package:absmartly_sdk/ab_smartly_config.dart...
Generating docs for library client.dart from package:absmartly_sdk/client.dart...
[63 more lines]
ERR:
warning: absmartly_sdk has no library level documentation comments
from absmartly_sdk: (file:///tmp/pana_RQBUUJ/lib/ab_smartly.dart:1:1)
error: file already written at "absmartly_sdk/index.html"
for symbol absmartly_sdk: (file:///tmp/pana_RQBUUJ/lib/ab_smartly.dart:1:1)
conflicting with file already generated by absmartly_sdk: (file:///tmp/pana_RQBUUJ/lib/absmartly_sdk.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'absmartly_sdk' 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
[16 more lines]
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:absmartly_sdk/absmartly_sdk.dartthat imports:package:absmartly_sdk/default_context_event_handler.dartthat imports:package:absmartly_sdk/client.dartthat imports:package:absmartly_sdk/default_http_client.dartthat imports:package:http/io_client.dartthat imports:package:http/src/io_streamed_response.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:absmartly_sdk/absmartly_sdk.dartthat imports:package:absmartly_sdk/default_context_event_handler.dartthat imports:package:absmartly_sdk/client.dartthat imports:package:absmartly_sdk/default_http_client.dartthat imports:package:http/io_client.dartthat imports:package:http/src/io_streamed_response.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 6 issues. Showing the first 2:
INFO: Missing type annotation.
lib/context.dart:710:22
╷
710 │ void setDataFailed(exception) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/context.dart
INFO: Missing type annotation.
lib/context.dart:721:17
╷
721 │ void logError(error) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/context.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.9.0 |
2.13.0 | 2.13.0 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
flutter_lints |
>=3.0.0 <6.0.0 |
5.0.0 | 6.0.0 | |
http |
>=0.13.0 <2.0.0 |
1.5.0 | 1.5.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
intl |
>=0.19.0 |
0.20.2 | 0.20.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
lints |
- | 5.1.1 | 6.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=3.0.0 <6.0.0` on flutter_lints does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_lints 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.