dart_frog_gen 0.4.1 copy "dart_frog_gen: ^0.4.1" to clipboard
dart_frog_gen: ^0.4.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
150
points
5.64k
downloads

Publisher

verified publisherdart-frog.dev

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

path, pubspec_parse

More

Packages that depend on dart_frog_gen