From d761f68eaf2fd5bed82f7024ccc91e03dfc90d82 Mon Sep 17 00:00:00 2001 From: Flajt Date: Thu, 21 Dec 2023 19:24:02 +0100 Subject: [PATCH] Update CONTRIBUTING.md Add a small br to seperate explanation logically --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49897eb..12e86d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -226,8 +226,8 @@ Services should used in BLOCs, or other Services, which ideally are used by a BL BLOCs should be the thing between our Widgets and our Services! If there is a dozen Services running in a BLOC, you can consider wrapping it in a Special Service, if you want to do that please open a discussion and tag me so we can find a propper naming convention for that. -Idealy a feature looks like this: ------> = Implemented By +Idealy a feature looks like this:
+-----> = Implemented By
Services can of course implement multiple Wrappers and other services if desired, however try to keep it resonable. PackageServiceWrapper ------> MyFeatureService ----> My Feature Bloc @@ -255,4 +255,4 @@ Examples: - [VerificationBloc](/lib/features/verification/bloc/VerificationBloc.dart) ## Attribution -This guide is based on the **contributing-gen**. [Make your own](https://github.com/bttger/contributing-gen)! It has been modified to fit the project. \ No newline at end of file +This guide is based on the **contributing-gen**. [Make your own](https://github.com/bttger/contributing-gen)! It has been modified to fit the project.