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.dartIf 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 testRead more about Spry at spry.fun.