astra_dart 0.1.0 copy "astra_dart: ^0.1.0" to clipboard
astra_dart: ^0.1.0 copied to clipboard

A modern, type-safe web framework for Dart inspired by FastAPI. Features include dependency injection, auto-generated OpenAPI docs, and generic controllers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add astra_dart

With Flutter:

 $ flutter pub add astra_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  astra_dart: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:astra_dart/astra.dart';
import 'package:astra_dart/builder.dart';
0
likes
130
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

A modern, type-safe web framework for Dart inspired by FastAPI. Features include dependency injection, auto-generated OpenAPI docs, and generic controllers.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, build, dart_jsonwebtoken, drift, drift_postgres, http, logging, macros, mason_logger, meta, path, postgres, shelf, shelf_web_socket, source_gen, watcher, web_socket_channel

More

Packages that depend on astra_dart