spry 3.3.1 copy "spry: ^3.3.1" to clipboard
spry: ^3.3.1 copied to clipboard

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Spry #

Test Pub Version GitHub license X (twitter) Documentation

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

import 'package:spry/spry.dart';

main() async {
  final app = Application.late();

  app.get("hello", (request) => "Hello, Spry!");

  await app.run(port: 3000);
}

👉 Learn more about Spry at Spry Documentation.

Philosophy #

Spry is a framework for building web applications and APIs. It's designed around dart:io, no boring creations, just lots of magic.

Sponsors #

Spry framework is an MIT licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider sponsoring Seven(@medz) or sponsor us on OpenCollective development.

sponsors

Contributing #

We welcome contributions! Please read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Prisma.

Thank you to all the people who already contributed to Odroe!

Contributors

Code of Conduct #

This project has adopted the Contributor Covenant Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

8
likes
140
pub points
52%
popularity

Publisher

verified publisherodroe.com

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

logging, path, routingkit, webfetch

More

Packages that depend on spry