doc(arch): update readme

This commit is contained in:
Hugo Pointcheval 2022-11-08 20:08:55 -05:00
parent 35aa6bb7c2
commit db67491876
Signed by: hugo
GPG Key ID: A9E8E9615379254F
3 changed files with 9 additions and 4 deletions

View File

@ -28,11 +28,14 @@
Architecture for Flutter. Architecture for Flutter.
Following: <https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html>
## Features ## Features
<!-- TODO --> - Usecase
- Repository
- DataSource
- Entity
## Getting started ## Getting started

View File

@ -15,5 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.flutter.experimental.yaml include: package:wyatt_analysis/analysis_options.flutter.yaml
analyzer:
exclude: "!example/**"