revali_core 1.1.0 copy "revali_core: ^1.1.0" to clipboard
revali_core: ^1.1.0 copied to clipboard

Classes to share between Revali and Revali Annotations

example/example.dart

import 'package:revali_router/revali_router.dart';

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

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

Publisher

verified publisherrevali.dev

Weekly Downloads

Classes to share between Revali and Revali Annotations

Repository (GitHub)
View/report issues

Topics

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

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on revali_core