dartapi 0.1.3 copy "dartapi: ^0.1.3" to clipboard
dartapi: ^0.1.3 copied to clipboard

DartAPI is a CLI-driven project generator and toolset for building typed REST APIs in Dart. It provides modular packages for authentication, database access, request validation, and controller-based r [...]

0.1.3 #

  • Repo License Changes
  • Fix Code Issues
  • Add DartApi Core, Dartpi Db
  • Improve Project scaffolding and structure.

0.1.1 #

  • Add Stop and Reload Server Support.
  • Add Demo test for controllers.

0.0.9 #

  • Separate CORE logic to separeate DartApi_core package
  • Add some linting rules

0.0.8 #

  • Improve type safety for Api Request Response
  • Implemented Common Serailization Validation
  • Changed HTTP Methods.
  • Add Meta Data for OpenAPi Implementation
  • Add More logs

0.0.7 #

  • CORS support

0.0.6 #

  • dart format

0.0.5 #

Auth Middleware Support - Add Auth Middleware support for each route. ✅ Auth Middleware Template - Add Auth Middleware template. ✅ Fix Middleware loggin - Fix a Middle ware logging issue which prevented logs on dartapi run ✅ Add Default to CLI

0.0.4 #

Custom Middleware Support - Add Custom Middleware support for each route.

0.0.3 #

Request Validation Middleware - Request Validation using MiddleWare support Added and template generated

0.0.2 #

CLI Tool - Generate projects, controllers, and models using the dartapi CLI.

0.0.1 #

Fast and lightweight - Minimal dependencies, optimized for speed.
Easy to use - Simple setup and minimal boilerplate.
Configurable port - Start the server with a custom port (--port=<number>).
Dynamic routing - Automatically registers controllers and their routes.
Middleware support - Includes logging and future authentication middleware.
CLI Tool - Generate projects, controllers, and models using the dartapi CLI.

5
likes
130
points
470
downloads

Publisher

verified publisherakashgk.com

Weekly Downloads

DartAPI is a CLI-driven project generator and toolset for building typed REST APIs in Dart. It provides modular packages for authentication, database access, request validation, and controller-based routing. Ideal for developers who want structure, but not a full framework.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

path, shelf, shelf_router, shelf_static

More

Packages that depend on dartapi