Skip to content

Commit

Permalink
Merge pull request #3551 from jrg1993/patch-1
Browse files Browse the repository at this point in the history
Update build_init.dart
  • Loading branch information
rrousselGit committed May 16, 2024
2 parents df322fc + 9cf3575 commit c6703f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ class CounterNotifier extends _$CounterNotifier {
int build() => 0;

void increment() => state++;
void decrement() => state++;
void decrement() => state--;
}

0 comments on commit c6703f4

Please sign in to comment.