crud_table 0.0.5 copy "crud_table: ^0.0.5" to clipboard
crud_table: ^0.0.5 copied to clipboard

CRUD Table Flutter is a package for crating CURD-UI for your entity/object/class easily. It consists of a Lazy loading function, resizable columns, and integrated CRUD Form.

44
likes
120/ 140
pub points
67%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

48 out of 92 API elements (52.2 %) have documentation comments.

Some symbols that are missing documentation: crud_action_listener, crud_table, crud_table, crud_table.CrudAction, crud_table.CrudAction.CrudAction.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

INFO: An uninitialized field should have an explicit type annotation.

lib/table/crud_table.dart:98:7

   ╷
98 │   var pageNumberChangeProvider;
   │       ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/table/crud_table.dart

INFO: An uninitialized field should have an explicit type annotation.

lib/table/crud_table.dart:99:7

   ╷
99 │   var tableBodyRebuildNotifierProvider;
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/table/crud_table.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
fluid_kit ^2.1.0 2.1.0 3.0.0
flutter flutter 0.0.0 0.0.0
flutter_riverpod ^1.0.1 1.0.4 2.5.1
split_view ^3.1.0 3.2.1 3.2.1
visibility_detector ^0.3.3 0.3.3 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
riverpod - 1.0.3 2.5.1
sky_engine - 0.0.99 0.0.99
state_notifier - 0.7.2+1 1.0.0
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 `^2.1.0` on fluid_kit does not support the stable version `3.0.0`.

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

The constraint `^1.0.1` on flutter_riverpod does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

44
likes
120
pub points
67%
popularity

Publisher

unverified uploader

CRUD Table Flutter is a package for crating CURD-UI for your entity/object/class easily. It consists of a Lazy loading function, resizable columns, and integrated CRUD Form.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fluid_kit, flutter, flutter_riverpod, split_view, visibility_detector

More

Packages that depend on crud_table