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

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

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.
29
likes
0
points
204
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on vaden