darto 0.0.12
darto: ^0.0.12 copied to clipboard
Darto is a microframework inspired by Express and Fastify for building web applications in Dart.
example/lib/example.dart
int calculate() {
return 6 * 7;
}
Darto is a microframework inspired by Express and Fastify for building web applications in Dart.
example/lib/example.dart
int calculate() {
return 6 * 7;
}