Skip to content

Spry v5.0.0

Compare
Choose a tag to compare
@medz medz released this 27 Jul 18:10
· 67 commits to main since this release

To install Spry v5.0.0 run this command:

dart pub add spry

Or update your pubspec.yaml file:

dependencies:
  spry: ^5.0.0

What's Changed

  • feat: Handler supports directly returning any object.