flutter_ui_bloc 0.8.1 copy "flutter_ui_bloc: ^0.8.1" to clipboard
flutter_ui_bloc: ^0.8.1 copied to clipboard

discontinued

Validation and custom fields for form_bloc package

60/ 160
pub points
31
downloads

We analyzed this package 33 hours ago, and awarded it 60 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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

1166 out of 1807 API elements (64.5 %) have documentation comments.

Some symbols that are missing documentation: flutter_ui_bloc, flutter_ui_bloc.BlocEventSink.BlocEventSink.new, flutter_ui_bloc.BlocNullWidgetBuilder, flutter_ui_bloc.BlocOverrides.BlocOverrides.new, flutter_ui_bloc.BooleanFieldBlocState.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

ERROR: The getter 'toggleableActiveColor' isn't defined for the type 'ThemeData'.

lib/src/form/fields/base/circular_checkbox_field_bloc_builder.dart:145:43

    ╷
145 │               color: activeColor ?? theme.toggleableActiveColor,
    │                                           ^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/form/fields/base/circular_checkbox_field_bloc_builder.dart

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/src/form/fields/single/tab_bar_field_bloc_builders.dart:89:9

   ╷
89 │   final MaterialStateProperty<Color?>? overlayColor;
   │         ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/form/fields/single/tab_bar_field_bloc_builders.dart

Failed report section
Support up-to-date dependencies
10 / 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
bloc ^8.1.0 8.1.4 9.2.0
cross_file ^0.3.3 0.3.5+2 0.3.5+2
dotted_border ^2.0.0 2.1.0 3.1.0
flutter_extensions ^5.0.0 5.0.0 5.0.0 Discontinued
flutter_form_bloc ^0.30.0 0.30.1 0.31.0
mime ^1.0.1 1.0.6 2.0.0
path ^1.8.0 1.9.1 1.9.1
pure_extensions ^5.0.0 5.0.0 5.0.0
rational ^2.2.2 2.2.3 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
equatable - 2.0.8 2.0.8
flutter_bloc - 8.1.6 9.1.1
flutter_keyboard_visibility - 5.4.1 6.0.0
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
form_bloc - 0.30.0 0.31.0
intl - 0.17.0 0.20.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
path_drawing - 1.0.1 1.0.1
path_parsing - 1.1.0 1.1.0
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
rxdart - 0.27.7 0.28.0
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

Found 5 issues. Showing the first 2:

The constraint `^8.1.0` on bloc does not support the stable version `9.0.0`.

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

The constraint `^2.0.0` on dotted_border does not support the stable version `3.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_GETTER - lib/src/form/fields/base/circular_checkbox_field_bloc_builder.dart:145:43 - The getter 'toggleableActiveColor' isn't defined for the type 'ThemeData'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
60
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Validation and custom fields for form_bloc package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, cross_file, dotted_border, flutter, flutter_extensions, flutter_form_bloc, mime, path, pure_extensions, rational

More

Packages that depend on flutter_ui_bloc