swayze 1.1.0
swayze: ^1.1.0 copied to clipboard
A set of widgets and controllers to display very large tables on flutter apps.
We analyzed this package 14 days ago, and awarded it 70 pub points (of a possible 160):
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
283 out of 428 API elements (66.1 %) have documentation comments.
Some symbols that are missing documentation: controller, controller.AxisBoundedSelection.bottom, controller.AxisBoundedSelection.end, controller.AxisBoundedSelection.iterable, controller.AxisBoundedSelection.left.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:swayze/controller.dartthat imports:package:swayze/src/core/controller/controller.dartthat imports:package:swayze/src/core/controller/selection/selection_controller.dartthat imports:package:swayze/src/core/controller/selection/user_selections/user_selection_state.dartthat imports:package:swayze/src/core/controller/selection/user_selections/model.dartthat imports:package:swayze/src/core/controller/selection/model/selection_style.dartthat imports:package:swayze/src/core/style/style.dartthat imports:package:swayze/widgets.dartthat imports:package:swayze/src/widgets/wrappers.dartthat imports:package:swayze/src/widgets/table_body/table_body.dartthat imports:package:swayze/src/widgets/table_body/selections/selections.dartthat imports:package:swayze/src/widgets/table_body/selections/secondary_selections/secondary_selections.dartthat imports:package:swayze/src/widgets/table_body/selections/secondary_selections/secondary_selection_group.dartthat imports:package:swayze/src/widgets/table_body/selections/selection_rendering_helpers.dartthat imports:package:swayze/src/core/viewport_context/viewport_context.dartthat imports:package:swayze/src/core/viewport_context/viewport_context_provider.dartthat imports:package:swayze/src/core/virtualization/virtualization_calculator.dartthat imports:package:swayze/src/widgets/internal_scope.dartthat imports:package:swayze/src/widgets/table.dartthat imports:package:swayze/src/widgets/default_actions/default_table_actions.dartthat imports:package:swayze/src/widgets/default_actions/selection_actions.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 39 issues. Showing the first 2:
ERROR: The named parameter 'manager' isn't defined.
lib/src/widgets/shortcuts/shortcuts.dart:49:7
╷
49 │ manager: manager,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/shortcuts/shortcuts.dart
ERROR: '_CustomShortcutManager.handleKeypress' ('KeyEventResult Function(BuildContext, RawKeyEvent)') isn't a valid override of 'ShortcutManager.handleKeypress' ('KeyEventResult Function(BuildContext, KeyEvent)').
lib/src/widgets/shortcuts/shortcuts.dart:199:18
╷
199 │ KeyEventResult handleKeypress(BuildContext context, RawKeyEvent event) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/shortcuts/shortcuts.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
built_collection |
^5.0.0 |
5.1.1 | 5.1.1 | |
cached_value |
^0.2.0 |
0.2.0 | 1.0.0 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
flutter_sticky_header |
^0.6.0 |
0.6.5 | 0.8.0 | |
memoize |
^3.0.0 |
3.0.0 | 3.0.0 | |
meta |
^1.7.0 |
1.17.0 | 1.17.0 | |
path_drawing |
^1.0.0 |
1.0.1 | 1.0.1 | |
swayze_math |
^1.1.0 |
1.1.0 | 1.1.0 | |
uuid |
^3.0.3 |
3.0.7 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
value_layout_builder |
- | 0.3.1 | 0.5.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.2.0` on cached_value does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions cached_value to update the constraint.
The constraint `^0.6.0` on flutter_sticky_header does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_sticky_header to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 8 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/widgets/shortcuts/shortcuts.dart:49:7- The named parameter 'manager' isn't defined.INVALID_OVERRIDE-lib/src/widgets/shortcuts/shortcuts.dart:199:18- '_CustomShortcutManager.handleKeypress' ('KeyEventResult Function(BuildContext, RawKeyEvent)') isn't a valid override of 'ShortcutManager.handleKeypress' ('KeyEventResult Function(BuildContext, KeyEvent)').ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/widgets/shortcuts/shortcuts.dart:203:44- The argument type 'RawKeyEvent' can't be assigned to the parameter type 'KeyEvent'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.