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

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

125/ 160
pub points
594
downloads

We analyzed this package 3 days ago, and awarded it 125 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.16").

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 1260673 elements... Initialized dartdoc with 1908 libraries Generating docs for library constants.dart from package:cdx_components/constants.dart... Generating docs for library form/builder.dart from package:cdx_components/form/builder.dart... Generating docs for library form/controller.dart from package:cdx_components/form/controller.dart... Generating docs for library form/models/strategy.dart from package:cdx_components/form/models/strategy.dart... Generating docs for library app/constants.dart from package:cdx_components/app/constants.dart... [68 more lines] ERR: warning: unresolved doc reference ['name'] from package-cdx_components: file:///tmp/pana_PSLUPQ warning: unresolved doc reference ['age'] from package-cdx_components: file:///tmp/pana_PSLUPQ warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_PSLUPQ/lib/utils/extensions.dart:1:1) warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_PSLUPQ/lib/widgets/input_text_field.dart:1:1) error: file already written at "cdxcomponents/index.html" for symbol cdxcomponents: (file:///tmp/pana_PSLUPQ/lib/widgets/input_text_field.dart:1:1) [647 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 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
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 14 issues. Showing the first 2:

INFO: The type parameter name 'int' matches a visible type name.

lib/core/models/result.dart:3:14

  ╷
3 │ class Result<int, String, T> {
  │              ^^^
  ╵

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

INFO: The type parameter name 'String' matches a visible type name.

lib/core/models/result.dart:3:19

  ╷
3 │ class Result<int, String, T> {
  │                   ^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/models/result.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
flutter_colorpicker ^1.1.0 1.1.0 1.1.0
flutter_svg ^2.2.3 2.2.3 2.2.3
fluttertoast ^9.0.0 9.0.0 9.0.0
get_it ^8.0.3 8.3.0 9.2.0
intl ^0.20.2 0.20.2 0.20.2
keyboard_actions ^4.2.1 4.2.1 4.2.1
lottie ^3.3.2 3.3.2 3.3.2
nanoid ^1.0.0 1.0.0 1.0.0
provider ^6.1.5+1 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.7 3.0.7
ffi - 2.1.5 2.1.5
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
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.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_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.20 1.1.20
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.0.3` on get_it does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions get_it 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.23.9, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
125
points
594
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