swell 0.0.3 copy "swell: ^0.0.3" to clipboard
swell: ^0.0.3 copied to clipboard

This is an non official dart swell api for swell.is

0
likes
110/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 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: MIT.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

1 out of 32 API elements (3.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: swell.AccountRegister, swell.AccountRegister.AccountRegister, swell.AccountRegister.email, swell.AccountRegister.email_optin, swell.AccountRegister.first_name.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 14 issues. Showing the first 2:

WARNING: Unused import: 'package:swell/src/models/models.dart'.

lib/src/models/src/request_response/request_response.dart:2:8

  ╷
2 │ import 'package:swell/src/models/models.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/src/request_response/request_response.dart

INFO: The import of 'package:swell/src/models/src/accounts/account_register.dart' is unnecessary because all of the used elements are also provided by the import of 'package:swell/src/models/models.dart'.

lib/src/api/swell_api.dart:5:8

  ╷
5 │ import 'package:swell/src/models/src/accounts/account_register.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/swell_api.dart

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

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
crypto ^3.0.2 3.0.3 3.0.3
dio ^5.0.0 5.4.3+1 5.4.3+1
dotenv ^4.0.1 4.2.0 4.2.0
json_annotation ^4.8.0 4.9.0 4.9.0
logger ^1.1.0 1.4.0 2.3.0
pretty_dio_logger ^1.2.0-beta-1 1.3.1 1.3.1
retrofit >=4.0.0 <5.0.0 4.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
collection - 1.19.0 1.19.0
http_parser - 4.0.2 4.0.2
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger 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.6, Dart 3.4.3.

Check the analysis log for details.