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 2 days ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/rows/swayze/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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 390 API elements (72.6 %) 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.dart
that imports:package:swayze/src/core/controller/controller.dart
that imports:package:swayze/src/core/controller/selection/selection_controller.dart
that imports:package:swayze/src/core/controller/selection/user_selections/user_selection_state.dart
that imports:package:swayze/src/core/controller/selection/user_selections/model.dart
that imports:package:swayze/src/core/controller/selection/model/selection_style.dart
that imports:package:swayze/src/core/style/style.dart
that imports:package:swayze/widgets.dart
that imports:package:swayze/src/widgets/wrappers.dart
that imports:package:swayze/src/widgets/table_body/table_body.dart
that imports:package:swayze/src/widgets/table_body/selections/selections.dart
that imports:package:swayze/src/widgets/table_body/selections/secondary_selections/secondary_selections.dart
that imports:package:swayze/src/widgets/table_body/selections/secondary_selections/secondary_selection_group.dart
that imports:package:swayze/src/widgets/table_body/selections/selection_rendering_helpers.dart
that imports:package:swayze/src/core/viewport_context/viewport_context.dart
that imports:package:swayze/src/core/viewport_context/viewport_context_provider.dart
that imports:package:swayze/src/core/virtualization/virtualization_calculator.dart
that imports:package:swayze/src/widgets/internal_scope.dart
that imports:package:swayze/src/widgets/table.dart
that imports:package:swayze/src/widgets/default_actions/default_table_actions.dart
that imports:package:swayze/src/widgets/default_actions/selection_actions.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 31 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 |
---|---|---|---|
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.0 | 1.19.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_sticky_header |
^0.6.0 |
0.6.5 | 0.7.0 |
memoize |
^3.0.0 |
3.0.0 | 3.0.0 |
meta |
^1.7.0 |
1.15.0 | 1.16.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.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
crypto |
- | 3.0.6 | 3.0.6 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
path_parsing |
- | 1.1.0 | 1.1.0 |
sky_engine |
- | 0.0.0 | 0.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
value_layout_builder |
- | 0.3.1 | 0.4.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 `^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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.