cdx_components 0.8.0-alpha.13 copy "cdx_components: ^0.8.0-alpha.13" to clipboard
cdx_components: ^0.8.0-alpha.13 copied to clipboard

A set of components, utils and extensions helpful to solve many problems.

135/ 160
pub points
303
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.8.0-alpha.13").

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 cdx_components... Discovering libraries... Linking elements... Precaching local docs for 1258335 elements... Initialized dartdoc with 1902 libraries Generating docs for library utils/timed_event/debounce.dart from package:cdx_components/utils/timed_event/debounce.dart... Generating docs for library utils/timed_event/throttle.dart from package:cdx_components/utils/timed_event/throttle.dart... Generating docs for library utils/timed_event/handler.dart from package:cdx_components/utils/timed_event/handler.dart... Generating docs for library utils/numeric_range_formatter.dart from package:cdx_components/utils/numeric_range_formatter.dart... Generating docs for library utils/extensions.dart from package:cdx_components/utils/extensions.dart... [68 more lines] ERR: warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_PTAXAM/lib/utils/extensions.dart:1:1) warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_PTAXAM/lib/core/services/cloud_platform/idatabase_platform.dart:1:1) error: file already written at "cdxcomponents/index.html" for symbol cdxcomponents: (file:///tmp/pana_PTAXAM/lib/core/services/cloud_platform/idatabase_platform.dart:1:1) conflicting with file already generated by cdxcomponents: (file:///tmp/pana_PTAXAM/lib/utils/extensions.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'cdxcomponents' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [645 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 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:cdx_components/core/services/app/iapp_service.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:cdx_components/core/services/app/iapp_service.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:cdx_components/core/services/app/iapp_service.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:cdx_components/core/services/app/iapp_service.dart that imports:
  • package:cdx_components/injector.dart that imports:
  • package:cdx_components/core/services/app/imedia_service.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cdx_components/core/services/app/iapp_service.dart that imports:
  • package:cdx_components/injector.dart that imports:
  • package:cdx_components/core/services/app/imedia_service.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.cn/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 131 issues. Showing the first 2:

INFO: Library names are not necessary.

lib/core/models/base_object.dart:1:9

  ╷
1 │ library cdxcomponents;
  │         ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/models/base_object.dart

INFO: Library names are not necessary.

lib/core/models/color_set.dart:1:9

  ╷
1 │ library cdxcomponents;
  │         ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/models/color_set.dart

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

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

Package Constraint Compatible Latest Notes
flutter_colorpicker ^1.1.0 1.1.0 1.1.0
flutter_svg ^2.2.0 2.2.1 2.2.1
fluttertoast ^8.2.12 8.2.14 9.0.0
get_it ^8.0.3 8.2.0 8.2.0
intl ^0.20.2 0.20.2 0.20.2
keyboard_actions ^4.2.0 4.2.0 4.2.0
lottie ^3.3.1 3.3.2 3.3.2
nanoid ^1.0.0 1.0.0 1.0.0
provider ^6.1.5 6.1.5+1 6.1.5+1
rxdart ^0.28.0 0.28.0 0.28.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 7.0.1 7.0.1
posix - 6.0.3 6.0.3
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_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
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.

The constraint `^8.2.12` on fluttertoast does not support the stable version `9.0.0`, that was published 25 days ago.

When fluttertoast is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions fluttertoast 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.24, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
135
points
303
downloads

Publisher

unverified uploader

Weekly Downloads

A set of components, utils and extensions helpful to solve many problems.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_colorpicker, flutter_svg, fluttertoast, get_it, intl, keyboard_actions, lottie, nanoid, provider, rxdart

More

Packages that depend on cdx_components