Skip to content

Commit

Permalink
fix: generate assets added; update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed May 20, 2023
1 parent 617758a commit eb920d4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _MyAppState extends State<MyApp> {
child: GridView.count(
crossAxisCount: 5,
children: [
...AnyLogo.auto.values
...AnyLogo.daily.values
.map((AssetGenImage e) => e.image())
.toList(),
],
Expand Down
57 changes: 57 additions & 0 deletions lib/gen/assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb920d4

Please sign in to comment.