Skip to content

Commit

Permalink
Merge pull request #111 from Flajt/Flajt-fix-readme
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
Flajt authored Dec 21, 2023
2 parents 7a31a63 + d761f68 commit 41965bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>
-----> = Implemented By <br>
Services can of course implement multiple Wrappers and other services if desired, however try to keep it resonable.

PackageServiceWrapper ------> MyFeatureService ----> My Feature Bloc
Expand Down Expand Up @@ -255,4 +255,4 @@ Examples:
- [VerificationBloc](/lib/features/verification/bloc/VerificationBloc.dart)
<!-- omit in toc -->
## 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.
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.

0 comments on commit 41965bb

Please sign in to comment.