crud_table 0.0.3
crud_table: ^0.0.3 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.
We analyzed this package 39 hours ago, and awarded it 100 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 45 out of 112 API elements (40.2 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/table/crud_table.dart:135:34
╷
135 │ WidgetsBinding.instance?.addPostFrameCallback((timeStamp) async {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/table/crud_table.dart
WARNING: Missing case clause for 'init'.
lib/table/crud_table.dart:358:61
╷
358 │ switch (v) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/table/crud_table.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
fluid_kit | ^2.0.3 | 2.1.0 | 2.1.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_riverpod | ^0.14.0+3 | 0.14.0+3 | 1.0.4 |
split_view | ^3.1.0 | 3.1.0 | 3.1.0 |
visibility_detector | ^0.2.2 | 0.2.2 | 0.3.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
collection | - | 1.16.0 | 1.16.0 |
freezed_annotation | - | 0.14.3 | 2.0.3 |
json_annotation | - | 4.5.0 | 4.5.0 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
riverpod | - | 0.14.0+3 | 1.0.3 |
sky_engine | - | 0.0.99 | 0.0.99 |
state_notifier | - | 0.7.2+1 | 0.7.2+1 |
vector_math | - | 2.1.2 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.14.0+3` on flutter_riverpod does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `^0.2.2` on visibility_detector does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions visibility_detector
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.