revali 1.3.1 copy "revali: ^1.3.1" to clipboard
revali: ^1.3.1 copied to clipboard

Revali is a build system for creating scalable and efficient APIs with Dart

example/example.dart

import 'package:revali_router/revali_router.dart';

@Controller('hello')
class HelloController {
  const HelloController();

  @Get()
  String hello() {
    return 'Hello, World!';
  }
}
4
likes
0
points
296
downloads

Publisher

verified publisherrevali.dev

Weekly Downloads

Revali is a build system for creating scalable and efficient APIs with Dart

Repository (GitHub)
View/report issues

Topics

#revali #api #backend #server #code-generation

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

analyzer, args, async, code_builder, collection, dart_style, equatable, file, json_annotation, mason_logger, path, revali_annotations, revali_construct, revali_core, stack_trace, stream_transform, watcher, yaml

More

Packages that depend on revali