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

Dart backend project create by Flutterando community. Using and action!

0.1.0 (2025/06/22) #

  • New Core

0.0.12 (2025/04/28) #

  • Added Parse.

  • Fix primitive nullable list.

  • Added ApplicationRunner and CommandLineRunner.

  • server.dart changes:

Future<void> main(List<String> args) async {
  final vaden = VadenApplicationImpl();
  await vaden.setup();
  final server = await vaden.run(args);
  print('Server listening on port ${server.port}');
}

0.0.10 (2025/04/14) #

  • Added ResponseEntity
  • Added VadenModule annotation

0.0.9 (2025/04/11) #

  • Added RegisterModule

0.0.8 (2025/03/28) #

  • Fix DSON serialization.
  • Fix OpenAPI Header.

0.0.7 (2025/03/28) #

  • Fix abstract Controller methods.
  • Fix Complex object parse.

0.0.6 #

  • Start ALPHA

0.0.1 #

  • Initial version.
24
likes
140
points
448
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

Dart backend project create by Flutterando community. Using and action!

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

auto_injector, lucid_validation, mime, openapi_spec, shelf, shelf_multipart, shelf_router, shelf_static, shelf_swagger_ui, uuid, vaden_core, yaml

More

Packages that depend on vaden