convenience_types 0.9.0 copy "convenience_types: ^0.9.0" to clipboard
convenience_types: ^0.9.0 copied to clipboard

A package to ensamble convenience types commonly used through flutter projects developed by Capyba.

140/ 160
pub points
453
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

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 convenience_types... Discovering libraries... Linking elements... Precaching local docs for 1228941 elements... Initialized dartdoc with 1451 libraries Generating docs for library convenience_types.dart from package:convenience_types/convenience_types.dart... ERR: warning: unresolved doc reference [name] from package-convenience_types: file:///tmp/pana_UEBQBH warning: unresolved doc reference [field] from package-convenience_types: file:///tmp/pana_UEBQBH warning: unresolved doc reference [Exceptions] from package-convenience_types: file:///tmp/pana_UEBQBH warning: unresolved doc reference [Exceptions] from app_error.AppError: (file:///tmp/pana_UEBQBH/lib/errors/app_error.dart:13:16) warning: unresolved doc reference [Succeded] from request_status.RequestStatus: (file:///tmp/pana_UEBQBH/lib/types/request_status.dart:94:14) [90 more lines]

Passed check 10/10 points: Package has an example

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

Passed check 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 does not support platform `Android`.

Because:

  • package:convenience_types/convenience_types.dart that imports:
  • package:convenience_types/util/utils.dart that imports:
  • package:convenience_types/util/form_utils.dart that imports:
  • package:convenience_types/types/result.dart that imports:
  • package:convenience_types/types/maybe.dart that imports:
  • package:convenience_types/types/request_status.dart that imports:
  • package:convenience_types/types/types.dart that imports:
  • package:convenience_types/types/value_object.dart that imports:
  • package:convenience_types/errors/value_errors.dart that imports:
  • package:convenience_types/errors/app_error.dart that imports:
  • package:convenience_types/errors/http_error.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:convenience_types/convenience_types.dart that imports:
  • package:convenience_types/util/utils.dart that imports:
  • package:convenience_types/util/form_utils.dart that imports:
  • package:convenience_types/types/result.dart that imports:
  • package:convenience_types/types/maybe.dart that imports:
  • package:convenience_types/types/request_status.dart that imports:
  • package:convenience_types/types/types.dart that imports:
  • package:convenience_types/types/value_object.dart that imports:
  • package:convenience_types/errors/value_errors.dart that imports:
  • package:convenience_types/errors/app_error.dart that imports:
  • package:convenience_types/errors/http_error.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:convenience_types/convenience_types.dart that imports:
  • package:convenience_types/util/utils.dart that imports:
  • package:convenience_types/util/form_utils.dart that imports:
  • package:convenience_types/types/result.dart that imports:
  • package:convenience_types/types/maybe.dart that imports:
  • package:convenience_types/types/request_status.dart that imports:
  • package:convenience_types/types/types.dart that imports:
  • package:convenience_types/types/value_object.dart that imports:
  • package:convenience_types/errors/value_errors.dart that imports:
  • package:convenience_types/errors/app_error.dart that imports:
  • package:convenience_types/errors/http_error.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:convenience_types/convenience_types.dart that imports:
  • package:convenience_types/util/utils.dart that imports:
  • package:convenience_types/util/form_utils.dart that imports:
  • package:convenience_types/types/result.dart that imports:
  • package:convenience_types/types/maybe.dart that imports:
  • package:convenience_types/types/request_status.dart that imports:
  • package:convenience_types/types/types.dart that imports:
  • package:convenience_types/types/value_object.dart that imports:
  • package:convenience_types/errors/value_errors.dart that imports:
  • package:convenience_types/errors/app_error.dart that imports:
  • package:convenience_types/errors/http_error.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

WASM-ready: This package is compatible with runtime wasm. 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

INFO: Angle brackets will be interpreted as HTML.

lib/errors/value_errors.dart:11:40

   ╷
11 │ /// Holds the failing [value] ([Result]<T>) and optional [msg], [slug], [stackTrace].
   │                                        ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/errors/value_errors.dart

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

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

Package Constraint Compatible Latest Notes
connectivity_plus ^7.0.0 7.0.0 7.0.0
dio ^5.9.1 5.9.1 5.9.1
freezed_annotation ^3.1.0 3.1.0 3.1.0
state_notifier ^1.0.0 1.0.0 1.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
dbus - 0.7.12 0.7.12
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.11.0 4.11.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
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
xml - 6.6.1 6.6.1

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

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.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
7
likes
140
points
453
downloads

Publisher

verified publishercapyba.com

Weekly Downloads

A package to ensamble convenience types commonly used through flutter projects developed by Capyba.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, freezed_annotation, state_notifier

More

Packages that depend on convenience_types