aatex_board 0.0.3
aatex_board: ^0.0.3 copied to clipboard
AATex kanban board.
We analyzed this package 22 days ago, and awarded it 120 pub points (of a possible 160):
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 50 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
75 out of 165 API elements (45.5 %) have documentation comments.
Some symbols that are missing documentation: aatex_board.AATexBoard, aatex_board.AATexBoard.AATexBoard.new, aatex_board.AATexBoard.config, aatex_board.AATexBoardConfig, aatex_board.AATexBoardConfig.AATexBoardConfig.config.
10/10 points: Package has an example
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:aatex_board/aatex_board.dartthat imports:package:aatex_board/src/widgets/board.dartthat imports:package:aatex_board/src/widgets/reorder_phantom/phantom_controller.dartthat imports:package:aatex_board/src/widgets/reorder_flex/drag_target_interceptor.dartthat imports:package:aatex_board/src/widgets/reorder_flex/reorder_flex.dartthat imports:package:aatex_board/src/widgets/reorder_flex/reorder_mixin.dartthat imports:package:aatex_board/src/widgets/reorder_flex/drag_target.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: ChangeNotifier._count, ChangeNotifier._listeners, ChangeNotifier._notificationCallStackDepth, ChangeNotifier._reentrantlyRemovedListeners, ChangeNotifier._debugDisposed, ChangeNotifier._debugCreationDispatched
lib/src/controllers/board_controller.dart:60:7
╷
60 │ class AATexBoardController extends ChangeNotifier
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/board_controller.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/controllers/board_controller.dart:317:46
╷
317 │ if (fromGroupItem.animateOnGroupChange != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/board_controller.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.