stack_board_personal 0.1.4
stack_board_personal: ^0.1.4 copied to clipboard
A Flutter package of stack board, components that can be stacked and edited for any widget.
We analyzed this package 6 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.1.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
64 out of 87 API elements (73.6 %) have documentation comments.
Some symbols that are missing documentation: stack_board_personal, stack_board_personal.AdaptiveText.AdaptiveText.new, stack_board_personal.CaseStyle.CaseStyle.new, stack_board_personal.Config, stack_board_personal.Config.Config.new.
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:stack_board_personal/stack_board_personal.dartthat imports:package:stack_board_personal/src/board.dartthat imports:dart:ffi
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: Unused import: 'dart:ffi'.
lib/src/board.dart:3:8
╷
3 │ import 'dart:ffi';
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/board.dart
WARNING: A value for optional parameter 'offset' isn't ever given.
lib/src/case_group/item_case.dart:13:21
╷
13 │ _Config.def({this.offset = Offset.zero, this.angle = 0});
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/case_group/item_case.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_drawing_board |
^0.2.7 |
0.2.7 | 1.0.1+2 | |
meta |
^1.7.0 |
1.17.0 | 1.18.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_hsvcolor_picker |
- | 1.5.1 | 1.5.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.2.7` on flutter_drawing_board does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions flutter_drawing_board to update the constraint.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.