dart_frog 1.2.0 copy "dart_frog: ^1.2.0" to clipboard
dart_frog: ^1.2.0 copied to clipboard

A fast, minimalistic backend framework for Dart built by Very Good Ventures.

example/main.dart

import 'package:dart_frog/dart_frog.dart';

Response onRequest(RequestContext context) {
  return Response(body: 'Welcome to Dart Frog!');
}
copied to clipboard
780
likes
160
points
9.81k
downloads
screenshot

Publisher

verified publisherverygood.ventures

Weekly Downloads

2024.09.08 - 2025.03.23

A fast, minimalistic backend framework for Dart built by Very Good Ventures.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#server #backend #shelf #dart-frog

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http_methods, http_parser, meta, mime, shelf, shelf_hotreload, shelf_static

More

Packages that depend on dart_frog