absmartly_sdk 2.1.2 copy "absmartly_sdk: ^2.1.2" to clipboard
absmartly_sdk: ^2.1.2 copied to clipboard

ABsmartly - Flutter SDK

115/ 160
pub points
37.7k
downloads

We analyzed this package 41 hours ago, and awarded it 115 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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 1199385 elements... Initialized dartdoc with 1223 libraries Generating docs for library absmartly_sdk.dart from package:absmartly_sdk/absmartly_sdk.dart... Generating docs for library default_audience_deserializer.dart from package:absmartly_sdk/default_audience_deserializer.dart... Generating docs for library http_client.dart from package:absmartly_sdk/http_client.dart... Generating docs for library default_http_client_config.dart from package:absmartly_sdk/default_http_client_config.dart... Generating docs for library http_version_policy.dart from package:absmartly_sdk/http_version_policy.dart... [63 more lines] ERR: warning: absmartly_sdk has no library level documentation comments from absmartly_sdk: (file:///tmp/pana_ICLQUU/lib/ab_smartly.dart:1:1) error: file already written at "absmartly_sdk/index.html" for symbol absmartly_sdk: (file:///tmp/pana_ICLQUU/lib/ab_smartly.dart:1:1) conflicting with file already generated by absmartly_sdk: (file:///tmp/pana_ICLQUU/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]

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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

Failed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
115
points
37.7k
downloads

Publisher

unverified uploader

Weekly Downloads

ABsmartly - Flutter SDK

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

async, collection, crypto, flutter, flutter_lints, http, http_parser, intl

More

Packages that depend on absmartly_sdk