dart_frog_gen 2.0.1 copy "dart_frog_gen: ^2.0.1" to clipboard
dart_frog_gen: ^2.0.1 copied to clipboard

Code generation tooling for Dart Frog. Built by Very Good Ventures.

example/main.dart

import 'dart:io';

import 'package:dart_frog_gen/dart_frog_gen.dart';

void main() {
  final routeConfiguration = buildRouteConfiguration(Directory.current);
  stdout.writeln(routeConfiguration.toString());
}
22
likes
160
points
5.91k
downloads

Publisher

verified publisherdart-frog.dev

Weekly Downloads

Code generation tooling for Dart Frog. Built by Very Good Ventures.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#server #backend #dart-frog #codegen

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, path, pubspec_parse

More

Packages that depend on dart_frog_gen