flint_dart 1.0.0+3 copy "flint_dart: ^1.0.0+3" to clipboard
flint_dart: ^1.0.0+3 copied to clipboard

A minimal Dart backend framework by Eulogia Technologies.

1.0.0+3 #

  • Database: Added autoConnectDb flag to allow disabling automatic DB connection (app.listen(port, autoConnectDb: false)).

Middleware: #

  • Added default ExceptionMiddleware (handles ValidationException and unexpected errors globally).
  • Added withDefaultMiddleware flag to let users disable auto-injected middlewares.

Response API: #

  • All Response helpers (json, send, status, etc.) now return Response for consistent chaining.
  • Handler typedef: Updated to FutureOr<Response?> Function(Request, Response) for better type safety and chaining.

Static Files: #

  • Fixed static file serving to always return a Response.

Error Handling: #

  • Default 404 Not Found handler now returns a proper response.

Docs: #

  • Improved docstrings for autoConnectDb, withDefaultMiddleware, and middleware behavior.

1.0.0+2 #

  • Initial public release of Flint Dart.
  • Added Websocket.

1.0.0+1 #

  • Initial public release of Flint Dart.
  • Added CLI commands: create, start, migrate, make:model.
  • Added MySQL and PostgreSQL ORM support.

1.0.0 #

  • Bug fixes in migration system.
7
likes
0
points
22
downloads

Publisher

verified publisherflintdart.eulogia.net

Weekly Downloads

A minimal Dart backend framework by Eulogia Technologies.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bcrypt, crypto, dart_jsonwebtoken, mime, mysql_dart, postgres, sqlite3, uuid

More

Packages that depend on flint_dart