Skip to content

Output class for assets #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme.md
  • Loading branch information
hohieuu committed Aug 13, 2022
commit 6c1de3c7be33eb75616365ea1e7e6e55c10439ae
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Default configuration can be found [here](#default-configuration).

flutter_gen:
output: lib/gen/ # Optional (default: lib/gen/)
output_class: Assets # Optional (default: Assets)
line_length: 80 # Optional (default: 80)

# Optional
Expand Down Expand Up @@ -718,6 +719,8 @@ flutter_gen:
# Optional
output: lib/gen/
# Optional
output_class: Assets
# Optional
line_length: 80

# Optional
Expand Down