dartapi 0.0.4 copy "dartapi: ^0.0.4" to clipboard
dartapi: ^0.0.4 copied to clipboard

DartAPI A lightweight, FastAPI-inspired framework for building scalable, high-performance REST APIs in Dart with built-in routing, middleware, and CLI support.

example/dartapi_example.dart

import 'package:dartapi/dartapi.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
copied to clipboard
5
likes
0
points
560
downloads

Publisher

verified publisherakashgk.com

Weekly Downloads

2024.09.18 - 2025.04.02

DartAPI A lightweight, FastAPI-inspired framework for building scalable, high-performance REST APIs in Dart with built-in routing, middleware, and CLI support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, shelf, shelf_router, shelf_static

More

Packages that depend on dartapi