cubit_form 1.0.18 copy "cubit_form: ^1.0.18" to clipboard
cubit_form: ^1.0.18 copied to clipboard

outdated

Cubit Form

15
likes
70/ 140
pub points
76%
popularity

We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

186 out of 320 API elements (58.1 %) have documentation comments.

Some symbols that are missing documentation: cubit_form, cubit_form.CombinedTest, cubit_form.CombinedValidation, cubit_form.CombinedValidation.CombinedValidation, cubit_form.CubitFormIntField.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:cubit_form/cubit_form.dart that imports:
  • package:cubit_form/src/components/cubit_form_masked_text_field.dart that imports:
  • package:extended_masked_text/extended_masked_text.dart that imports:
  • package:extended_masked_text/src/masked_text_controller.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.

lib/src/components/cubit_form_int_field.dart:92:64

   ╷
92 │             style: widget.style ?? Theme.of(context).textTheme.subtitle1,
   │                                                                ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/cubit_form_int_field.dart

ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.

lib/src/components/cubit_form_masked_text_field.dart:83:58

   ╷
83 │       style: widget.style ?? Theme.of(context).textTheme.subtitle1,
   │                                                          ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/cubit_form_masked_text_field.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
bloc ^7.0.0 7.2.1 8.1.4
collection ^1.15.0 1.18.0 1.18.0
email_validator ^2.0.1 2.1.17 2.1.17
equatable ^2.0.0 2.0.5 2.0.5
extended_masked_text ^2.2.0 2.3.2 3.0.1
flutter flutter 0.0.0 0.0.0
flutter_bloc ^7.0.0 7.3.3 8.1.5
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

Found 3 issues. Showing the first 2:

The constraint `^7.0.0` on bloc does not support the stable version `8.0.0`.

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

The constraint `^2.2.0` on extended_masked_text does not support the stable version `3.0.0`, that was published 20 days ago.

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

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.