clean_framework_rest 0.4.3 copy "clean_framework_rest: ^0.4.3" to clipboard
clean_framework_rest: ^0.4.3 copied to clipboard

A wrapper around http to make it easier to use with clean_framework.

0
likes
120/ 160
pub points
27%
popularity

We analyzed this package 10 hours ago, and awarded it 120 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

Repository URL doesn't exist.

At the time of the analysis https://github.com/AcmeSoftwareLLC/clean_framework/packages/clean_framework_rest 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: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

16 out of 129 API elements (12.4 %) 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: clean_framework_rest, clean_framework_rest.BinaryDataPostRestRequest, clean_framework_rest.BinaryDataPostRestRequest.BinaryDataPostRestRequest, clean_framework_rest.BinaryDataPutRestRequest, clean_framework_rest.BinaryDataPutRestRequest.BinaryDataPutRestRequest.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:clean_framework_rest/clean_framework_rest.dart that imports:
  • package:clean_framework_rest/src/rest_service.dart that imports:
  • package:clean_framework_rest/src/rest_logger.dart that imports:
  • package:clean_framework/clean_framework_legacy.dart that imports:
  • package:clean_framework/src/widgets/widgets.dart that imports:
  • package:clean_framework/src/widgets/src/feature_scope.dart that imports:
  • package:clean_framework/clean_framework.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
clean_framework ^3.2.0 3.2.5 4.1.1
cross_file ^0.3.3+4 0.3.4+1 0.3.4+1
flutter flutter 0.0.0 0.0.0
http ^1.0.0 1.2.1 1.2.1
meta >=1.8.0 <2.0.0 1.12.0 1.15.0
path >=1.8.2 <1.9.0 1.8.3 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
equatable - 2.0.5 2.0.5
flutter_riverpod - 2.5.1 2.5.1
http_parser - 4.0.2 4.0.2
logger - 2.3.0 2.3.0
material_color_utilities - 0.8.0 0.11.1
riverpod - 2.5.1 2.5.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
state_notifier - 1.0.0 1.0.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
uniform - 2.0.5 2.0.5
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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

The constraint `^3.2.0` on clean_framework does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions clean_framework to update the constraint.

The constraint `>=1.8.2 <1.9.0` on path does not support the stable version `1.9.0`.

Try running dart pub upgrade --major-versions path 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.

0
likes
120
pub points
27%
popularity

Publisher

verified publisheracmesoftware.com

A wrapper around http to make it easier to use with clean_framework.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

clean_framework, cross_file, flutter, http, meta, path

More

Packages that depend on clean_framework_rest