absmartly_sdk 2.1.2
absmartly_sdk: ^2.1.2 copied to clipboard
ABsmartly - Flutter SDK
We analyzed this package 2 days ago, and awarded it 130 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
5/5 points: Provide a valid CHANGELOG.md
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 1190804 elements...
Initialized dartdoc with 1210 libraries
Generating docs for library json/publish_event.dart from package:absmartly_sdk/json/publish_event.dart...
Generating docs for library json/attribute.dart from package:absmartly_sdk/json/attribute.dart...
Generating docs for library json/unit.dart from package:absmartly_sdk/json/unit.dart...
Generating docs for library json/exposure.dart from package:absmartly_sdk/json/exposure.dart...
Generating docs for library json/experiment_variant.dart from package:absmartly_sdk/json/experiment_variant.dart...
[63 more lines]
ERR:
warning: absmartly_sdk has no library level documentation comments
from absmartly_sdk: (file:///tmp/pana_TPRRKH/lib/ab_smartly.dart:1:1)
error: file already written at "absmartly_sdk/index.html"
for symbol absmartly_sdk: (file:///tmp/pana_TPRRKH/lib/ab_smartly.dart:1:1)
conflicting with file already generated by absmartly_sdk: (file:///tmp/pana_TPRRKH/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.dart
that imports:package:absmartly_sdk/default_context_event_handler.dart
that imports:package:absmartly_sdk/client.dart
that imports:package:absmartly_sdk/default_http_client.dart
that imports:package:http/io_client.dart
that imports:package:http/src/io_streamed_response.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:absmartly_sdk/absmartly_sdk.dart
that imports:package:absmartly_sdk/default_context_event_handler.dart
that imports:package:absmartly_sdk/client.dart
that imports:package:absmartly_sdk/default_http_client.dart
that imports:package:http/io_client.dart
that imports:package:http/src/io_streamed_response.dart
that 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.
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 |
---|---|---|---|---|
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.6 | 3.0.6 | |
flutter_lints |
>=3.0.0 <6.0.0 |
5.0.0 | 6.0.0 | |
http |
>=0.13.0 <2.0.0 |
1.4.0 | 1.4.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.1.4 | 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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.