swayze 1.0.3 copy "swayze: ^1.0.3" to clipboard
swayze: ^1.0.3 copied to clipboard

outdated

A set of widgets and controllers to display very large tables on flutter apps.

58
likes
70/ 160
pub points
44%
popularity

We analyzed this package 3 hours ago, and awarded it 70 pub points (of a possible 160):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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.

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 27 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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

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 0.2.0
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_sticky_header ^0.6.0 0.6.5 0.6.5
memoize ^3.0.0 3.0.0 3.0.0
meta ^1.7.0 1.12.0 1.15.0
path_drawing ^1.0.0 1.0.1 1.0.1
swayze_math ^1.0.0 1.1.0 1.1.0
uuid ^3.0.3 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
crypto - 3.0.3 3.0.3
material_color_utilities - 0.8.0 0.12.0
path_parsing - 1.0.1 1.0.1
sky_engine - 0.0.99 0.0.99
typed_data - 1.3.2 1.3.2
value_layout_builder - 0.3.1 0.3.1
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^3.0.3` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.

58
likes
70
pub points
44%
popularity

Publisher

verified publisherrows.com

A set of widgets and controllers to display very large tables on flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

built_collection, cached_value, collection, flutter, flutter_sticky_header, memoize, meta, path_drawing, swayze_math, uuid

More

Packages that depend on swayze