Skip to content

Commit

Permalink
docs(flutter_bloc): add trailing comma to BlocListener API docs (#4106
Browse files Browse the repository at this point in the history
)
  • Loading branch information
felangel committed Mar 13, 2024
1 parent e522b22 commit a832550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_bloc/lib/src/bloc_listener.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef BlocListenerCondition<S> = bool Function(S previous, S current);
/// },
/// listener: (context, state) {
/// // do stuff here based on BlocA's state
/// }
/// },
/// child: Container(),
/// )
/// ```
Expand Down

0 comments on commit a832550

Please sign in to comment.