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.