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