From db67491876427930ab14fb72af010e6f41ee5130 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Tue, 8 Nov 2022 20:08:55 -0500 Subject: [PATCH] doc(arch): update readme --- packages/wyatt_architecture/README.md | 7 +++++-- packages/wyatt_architecture/analysis_options.yaml | 4 +++- .../wyatt_architecture/test/wyatt_architecture_test.dart | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/wyatt_architecture/README.md b/packages/wyatt_architecture/README.md index 0c8d937e..2c025669 100644 --- a/packages/wyatt_architecture/README.md +++ b/packages/wyatt_architecture/README.md @@ -28,11 +28,14 @@ Architecture for Flutter. - +Following: ## Features - +- Usecase +- Repository +- DataSource +- Entity ## Getting started diff --git a/packages/wyatt_architecture/analysis_options.yaml b/packages/wyatt_architecture/analysis_options.yaml index 22f1fb8e..9f5b6860 100644 --- a/packages/wyatt_architecture/analysis_options.yaml +++ b/packages/wyatt_architecture/analysis_options.yaml @@ -15,5 +15,7 @@ # along with this program. If not, see . -include: package:wyatt_analysis/analysis_options.flutter.experimental.yaml +include: package:wyatt_analysis/analysis_options.flutter.yaml +analyzer: + exclude: "!example/**" diff --git a/packages/wyatt_architecture/test/wyatt_architecture_test.dart b/packages/wyatt_architecture/test/wyatt_architecture_test.dart index 1a98696c..43aa5bf9 100644 --- a/packages/wyatt_architecture/test/wyatt_architecture_test.dart +++ b/packages/wyatt_architecture/test/wyatt_architecture_test.dart @@ -14,4 +14,4 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// TODO(wyatt): Add some tests \ No newline at end of file +// TODO(wyatt): Add some tests