darto 0.0.1
darto: ^0.0.1 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;
}