Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
$ dart pub get
$ dart run bin/spry_starter.dart
If you add a new route to lib/app/
directory, you need to run the following command to generate the routes.
$ dartn run spry_fsrouter
$ dart test
Read more about Spry at spry.fun.