Skip to content

Commit

Permalink
Added todo run build_runner for freezed
Browse files Browse the repository at this point in the history
  • Loading branch information
elianortega committed Feb 2, 2021
1 parent 640e81f commit 4b508b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/new_feature/logic/state-feature.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function getBaseStateTemplate(name: string): string {
part '${snakeCaseName}_state.freezed.dart';
/// TODO: Run build_runner command to generate freezed code
@freezed
abstract class ${pascalCaseName}State with _$${pascalCaseName}State {
/// Data is present state
Expand Down

0 comments on commit 4b508b7

Please sign in to comment.