maat 0.1.4
maat: ^0.1.4 copied to clipboard
A full-stack backend framework for Dart with routing, validation, authentication, and production HTTP serving.
import 'package:maat/maat.dart';
void main() {
print(Str.headline('hello_from_maat'));
}