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
+
1
5
# 0.0.2-dev.8
2
6
3
7
- 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].
11
11
12
12
Developed with 💙 by [ Very Good Ventures] [ very_good_ventures_link ] 🦄
13
13
14
- ## Experimental 🚧
14
+ ``` dart
15
+ import 'dart:io';
15
16
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
+ ```
17
24
18
25
[ ci_badge ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
19
26
[ ci_link ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
Original file line number Diff line number Diff line change 1
1
name : dart_frog_gen
2
2
description : Code generation tooling for Dart Frog. Built by Very Good Ventures.
3
- version : 0.0.2-dev.8
3
+ version : 0.1.0
4
4
homepage : https://dartfrog.vgv.dev
5
5
repository : https://github.com/VeryGoodOpenSource/dart_frog
6
6
issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
You can’t perform that action at this time.
0 commit comments