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 3dca983 commit 9b0e0baCopy full SHA for 9b0e0ba
README.md
@@ -233,14 +233,14 @@ final json = await rootBundle.loadString(Assets.json.fruits);
233
```
234
235
[FlutterGen] also support generating other style of `Assets` class:
236
-**Please wainting v1.1.0.**
+
237
```yaml
238
# pubspec.yaml
239
flutter_gen:
240
241
assets:
242
# Assets.imagesChip
243
- style: camel-case
+ # style: camel-case
244
245
# Assets.images_chip
246
# style: snake-case
0 commit comments