maat 0.1.1 copy "maat: ^0.1.1" to clipboard
maat: ^0.1.1 copied to clipboard

A full-stack backend framework for Dart with routing, validation, authentication, and production HTTP serving.

Maat Framework #

Maat icon

Maat is a full-stack backend framework for Dart with routing, middleware, validation, authentication, console commands, bounded and streaming request bodies, multi-isolate workers, and graceful shutdown.

import 'package:maat/maat.dart';

Route.get('/health', (Request request) => {'status': 'ok'});
await app.serve();

Create a project with Ptah:

dart pub global activate maat_ptah
maat new blog
0
likes
150
points
70
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

A full-stack backend framework for Dart with routing, validation, authentication, and production HTTP serving.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, crypto, hashlib, mime, path, shelf

More

Packages that depend on maat