You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need generated file in another folder configured in build.yaml
like freezed package
freezed:
enabled: true
options:
build_extensions:
'lib/{{path}}/{{file}}.dart': 'lib/{{path}}/generated/{{file}}.freezed.dart'
Solution
You can copy code from freezed builder.dart
Alternatives
No response
How important is this improvement for you?
Fairly niche but nice to have anyway
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered:
Problem
Need generated file in another folder configured in build.yaml
like freezed package
freezed:
enabled: true
options:
build_extensions:
'lib/{{path}}/{{file}}.dart': 'lib/{{path}}/generated/{{file}}.freezed.dart'
Solution
You can copy code from freezed builder.dart
Alternatives
No response
How important is this improvement for you?
Fairly niche but nice to have anyway
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered: