doc(arch): update readme

This commit is contained in:
2022-11-08 20:08:55 -05:00
parent 35aa6bb7c2
commit db67491876
3 changed files with 9 additions and 4 deletions
+5 -2
View File
@@ -28,11 +28,14 @@
Architecture for Flutter.
Following: <https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html>
## Features
<!-- TODO -->
- Usecase
- Repository
- DataSource
- Entity
## Getting started
@@ -15,5 +15,7 @@
# 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/**"
@@ -14,4 +14,4 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// TODO(wyatt): Add some tests
// TODO(wyatt): Add some tests