Created
July 18, 2020 01:24
-
-
Save mono0926/d748d319f70dcdb4c0227c735bc63db5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
targets: | |
$default: | |
builders: | |
freezed: | |
generate_for: | |
include: | |
- lib/**/*state.dart | |
- lib/model/firestore/**/*.dart | |
json_serializable: | |
generate_for: | |
include: | |
- lib/model/firestore/**/*.dart | |
options: | |
any_map: true | |
explicit_to_json: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment