spry 4.0.0-dev.0 spry: ^4.0.0-dev.0 copied to clipboard
Spry is a lightweight, composable Dart web framework designed to work collaboratively with various runtime platforms.
Spry #
Spry is a lightweight, composable Dart web framework designed to work collaboratively with various runtime platforms.
import 'package:spry/spry.dart';
main() async {
final app = Spry();
app.get("hello", (request) => "Hello, Spry!");
}
👉 Learn more about Spry at Spry Documentation.
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) development.
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!