astra_dart 1.0.1 copy "astra_dart: ^1.0.1" to clipboard
astra_dart: ^1.0.1 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: ^1.0.1

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
115
points
45
downloads

Documentation

API reference

Publisher

verified publisheraegis-labs.com

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)

License

MIT (license)

Dependencies

analyzer, args, build, dart_jsonwebtoken, http, logging, mason_logger, meta, path, shelf, shelf_web_socket, source_gen, watcher, web_socket_channel

More

Packages that depend on astra_dart