File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.0
2+
3+ - chore: stable 0.1.0 release
4+
15# 0.0.2-dev.8
26
37- fix: do not report rogue route if index.dart exists
Original file line number Diff line number Diff line change @@ -11,9 +11,16 @@ Code generation tooling for [Dart Frog][dart_frog_link].
1111
1212Developed with 💙 by [ Very Good Ventures] [ very_good_ventures_link ] 🦄
1313
14- ## Experimental 🚧
14+ ``` dart
15+ import 'dart:io';
1516
16- ` dart_frog_gen ` is an experimental project under development and should not be used in production at this time.
17+ import 'package:dart_frog_gen/dart_frog_gen.dart';
18+
19+ void main() {
20+ final routeConfiguration = buildRouteConfiguration(Directory.current);
21+ // Use the route configuration...
22+ }
23+ ```
1724
1825[ ci_badge ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
1926[ ci_link ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
Original file line number Diff line number Diff line change 11name : dart_frog_gen
22description : Code generation tooling for Dart Frog. Built by Very Good Ventures.
3- version : 0.0.2-dev.8
3+ version : 0.1.0
44homepage : https://dartfrog.vgv.dev
55repository : https://github.com/VeryGoodOpenSource/dart_frog
66issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
You can’t perform that action at this time.
0 commit comments