From 3bbb755f72bad4b5a7e1047cbb1f94d1f12c8acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Mu=C3=B1oz?= <75496256+smunoz-ml@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:18:11 -0300 Subject: [PATCH] Rename PhotoBoc to PhotoBloc --- example/example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.md b/example/example.md index 7d69ed9..1587b77 100644 --- a/example/example.md +++ b/example/example.md @@ -93,8 +93,8 @@ sealed class PhotoEvent {} final class FetchNextPhotoPage extends PhotoEvent {} -class PhotoBoc extends Bloc> { - PhotoBoc() : super(PagingState()) { +class PhotoBloc extends Bloc> { + PhotoBloc() : super(PagingState()) { on((event, emit) { final state = state; if (state.isLoading) return;