cdx_components 1.0.0 copy "cdx_components: ^1.0.0" to clipboard
cdx_components: ^1.0.0 copied to clipboard

Flutter UI library with form builders, reactive widgets, theme services, and utilities for fast app development.

130/ 160
pub points
762
downloads

We analyzed this package 8 hours ago, and awarded it 130 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: 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 1263185 elements... Initialized dartdoc with 1903 libraries Generating docs for library core/services/cloud/crud_service.dart from package:cdx_components/core/services/cloud/crud_service.dart... Generating docs for library core/services/cloud/icrud_service.dart from package:cdx_components/core/services/cloud/icrud_service.dart... Generating docs for library core/services/app/iapp_service.dart from package:cdx_components/core/services/app/iapp_service.dart... Generating docs for library core/services/app/ievent_service.dart from package:cdx_components/core/services/app/ievent_service.dart... Generating docs for library core/services/app/itheme_service.dart from package:cdx_components/core/services/app/itheme_service.dart... [67 more lines] ERR: warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_WKGVHX/lib/core/services/cloud/crud_service.dart:1:1) warning: cdxcomponents has no library level documentation comments from cdxcomponents: (file:///tmp/pana_WKGVHX/lib/core/services/cloud/icrud_service.dart:1:1) error: file already written at "cdxcomponents/index.html" for symbol cdxcomponents: (file:///tmp/pana_WKGVHX/lib/core/services/cloud/icrud_service.dart:1:1) conflicting with file already generated by cdxcomponents: (file:///tmp/pana_WKGVHX/lib/core/services/cloud/crud_service.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 [632 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.4 2.2.4
fluttertoast ^9.0.0 9.0.0 9.0.0
get_it ^8.0.3 8.3.0 9.2.1
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.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
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.2 7.0.2
posix - 6.5.0 6.5.0
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.21 1.1.21
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.0 1.2.0
vector_math - 2.2.0 2.3.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.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
130
points
762
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter UI library with form builders, reactive widgets, theme services, and utilities for fast app development.

Homepage
Repository (GitHub)
View/report issues

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