v_flutter_core 0.0.19 copy "v_flutter_core: ^0.0.19" to clipboard
v_flutter_core: ^0.0.19 copied to clipboard

A core library for Flutter applications, offering essential tools and utilities for streamlined development and state management.

130/ 160
pub points
92
downloads

We analyzed this package 13 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: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

161 out of 1235 API elements (13.0 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: v_flutter_core, v_flutter_core.AbstractControlX, v_flutter_core.AbstractControlX.focusFirstErroneous, v_flutter_core.AbstractControlX.isEmpty, v_flutter_core.AbstractControlX.markAllAsDirty.

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 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:v_flutter_core/v_flutter_core.dart that imports:
  • package:v_flutter_core/src/widgets/misc/tab_visibility_change_recognizer.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:v_flutter_core/v_flutter_core.dart that imports:
  • package:v_flutter_core/src/widgets/misc/tab_visibility_change_recognizer.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.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 81 issues. Showing the first 2:

INFO: Unnecessary 'this.' qualifier.

lib/src/utils/composite_node/composite_node.dart:60:41

   ╷
60 │   void add(CompositeNode<K, T> node) => this.nodes.add(node);
   │                                         ^^^^
   ╵

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

INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.

lib/src/utils/composite_node/composite_node.dart:182:87

    ╷
182 │         final remainingItems = group.nodes.map((item) => item.pruneBranch(predicate)).whereNotNull().toList();
    │                                                                                       ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/composite_node/composite_node.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
collection ^1.17.1 1.19.1 1.19.1
defer_pointer ^0.0.2 0.0.2 0.0.2
easy_debounce ^2.0.3 2.0.3 2.0.3
entry ^1.0.0 1.0.2 1.0.2
flutter_hooks ^0.21.2 0.21.3+1 0.21.3+1
flutter_portal ^1.1.4 1.1.4 1.1.4
fpdart ^1.1.0 1.2.0 1.2.0
gap ^3.0.1 3.0.1 3.0.1
hooks_riverpod ^2.6.1 2.6.1 3.0.3
reactive_forms ^17.0.1 17.0.1 18.1.1
reactive_forms_annotations ^6.0.0 6.0.0 8.0.1
riverpod ^2.6.1 2.6.1 3.0.3
riverpod_annotation ^2.1.5 2.6.1 3.0.3
rxdart ^0.28.0 0.28.0 0.28.0
theme_tailor_annotation ^3.0.1 3.1.1 3.1.1
time ^2.1.4 2.1.5 2.1.5
universal_html ^2.2.4 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
csslib - 1.0.2 1.0.2
equatable - 2.0.7 2.0.7
flutter_riverpod - 2.6.1 3.0.3
html - 0.15.6 0.15.6
intl - 0.20.2 0.20.2
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
simple_animations - 5.2.0 5.2.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.2.3 2.2.3
vector_math - 2.2.0 2.2.0

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

Found 5 issues. Showing the first 2:

The constraint `^2.6.1` on hooks_riverpod does not support the stable version `3.0.0`.

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

The constraint `^17.0.1` on reactive_forms does not support the stable version `18.0.0`.

Try running dart pub upgrade --major-versions reactive_forms 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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

A core library for Flutter applications, offering essential tools and utilities for streamlined development and state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, defer_pointer, easy_debounce, entry, flutter, flutter_hooks, flutter_portal, fpdart, gap, hooks_riverpod, reactive_forms, reactive_forms_annotations, riverpod, riverpod_annotation, rxdart, theme_tailor_annotation, time, universal_html

More

Packages that depend on v_flutter_core