Skip to content
/ spry Public

⚡️ Spry -A lightweight, composable Dart web framework designed to work collaboratively with various runtime platforms.

License

Notifications You must be signed in to change notification settings

medz/spry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 10, 2025
7d7a9db · Jan 10, 2025
Sep 8, 2024
Jan 10, 2025
Dec 30, 2024
Jan 10, 2025
Jan 1, 2025
Jul 26, 2024
Jan 10, 2025
Dec 27, 2022
Dec 30, 2024
Sep 27, 2024
Dec 30, 2024
Dec 30, 2024
Jan 10, 2025
Sep 8, 2024

Repository files navigation

Spry

Test Pub Version GitHub license X (twitter) Documentation

Spry is a lightweight, composable Dart web framework designed to work collaboratively with various runtime platforms.

import 'package:spry/spry.dart';

main() {
  final app = createSpry();
  app.get('/hello', (event) => '🎉 Welcome to Spry!');
}

👉 Learn more about Spry at documentation website.

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.

sponsors

Contributing

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

Contributors