We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b7d29 commit fb86d55Copy full SHA for fb86d55
README.md
@@ -95,8 +95,9 @@ $ fluttergen -h
95
$ fluttergen -c example/pubspec.yaml
96
```
97
98
-### Use this package as a part of build_runner
99
-
+### Use this package as a part of build_runner (Not recomended)
+<details><summary>Installation</summary>
100
+
101
1. Add [build_runner] and [FlutterGen] to your package's pubspec.yaml file:
102
103
@@ -117,6 +118,8 @@ $ flutter pub get
117
118
$ flutter packages pub run build_runner build
119
120
121
+</details>
122
123
## Configuration file
124
125
[FlutterGen] generates dart files based on the key **`flutter`** and **`flutter_gen`** of [`pubspec.yaml`](https://dart.dev/tools/pub/pubspec).
0 commit comments