Skip to content

Commit 0e0eef0

Browse files
committed
project readme update
1 parent 1077094 commit 0e0eef0

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# fluttermvvmtemplate
1+
# Flutter Architecture Template
22

3-
A new Flutter project.
3+
This project craeeted for proffesionel application arhitecture.
44

5-
## Getting Started
5+
# Architecture
66

7-
This project is a starting point for a Flutter application.
8-
9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
7+
1. Feature Based Folder Structre
8+
2. [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel)
9+
3. [CDD](https://blog.hichroma.com/component-driven-development-ce1109d56c8e)
10+
4. [Mobx](https://mobx.js.org/README.html)
11+
5. Theme Management & Localization
12+
6. [Atomic Design](https://bradfrost.com/blog/post/atomic-web-design/)
13+
7. [Extensions](https://dart.dev/guides/language/extension-methods)
14+
8. Network Architecture
15+
9. Base Widget
16+
10. Local Data Management
17+
11. Singleton Principles
18+
12. Test

0 commit comments

Comments
 (0)