Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f9d93f

Browse files
authoredJan 7, 2021
Merge pull request VB10#16 from VB10/feature/feed-build
readme updated
2 parents 480ff30 + e42d929 commit 7f9d93f

File tree

1 file changed

+48
-15
lines changed

1 file changed

+48
-15
lines changed
 

‎README.md

Lines changed: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,52 @@
11
# Flutter Architecture Template
22

3+
![architecture](https://vb10.dev/image/architecture.png)
34
This project craeeted for proffesionel application arhitecture.
45

5-
## Architecture
6-
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
19-
13. Project Gist Architecture [Gist File](https://gist.github.com/VB10/aa6b604b5be3500b3dbf2d45990fd2ee)
6+
## Arcihtecture Documantation
7+
8+
We writed every mobile development unit at this website.
9+
10+
- [Mobile Architecture](https://vb10.dev/#/)
11+
12+
> Now only support turkish language, it's comming soon other options.
13+
14+
## Architecture Video Series
15+
16+
---
17+
I was shared mobile development practices on my channel so I supported only Turkish now, I have will creating global content coming soon.
18+
19+
### **Season 1**
20+
21+
1. [Mimari Hakkında(About Architecture)](https://www.youtube.com/watch?v=fGNXqZd-Als&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv)
22+
2. [Uygulama Mimarisi(Application Architecture)](https://www.youtube.com/watch?v=Xn8q9ywXKDc&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=2)
23+
3. [Temel Widget Konsepti (Base Widget Concept)](https://www.youtube.com/watch?v=crKJEBxyxS8&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=3)
24+
4. [Durum Yönetimi(State Management)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=4)
25+
5. [Uygulama Dil ve Tema Yönetimi(Application Language and Theme Management)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=5)
26+
6. [Uygulama Yönlendirme(Navigation Architecture)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=6)
27+
7. [Yerel Saklama (Application Local Stroage)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=7)
28+
8. [Ağ İstekleri Yönetme (Network Architecture)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=8)
29+
30+
##  **Season 2**
31+
32+
9. [Snippet Geliştirme (Sniipet Management)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=9)
33+
10. [Extension](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=10)
34+
11. [Tema Mimarisi Gelişmiş (Advanced Theme Management)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=11)
35+
12. [Gelişmiş Ağ İstekleri Yönetme (Advanced Network Managment)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=12)
36+
13. [Widget Mimarisi (Widget Architecture)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=13)
37+
14. [Uygulama Apple Store Yükleme Yönetimi (Publish Apple Architecture)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=15)
38+
15. [Uygulama Android Store Yükleme Yönetimi (Publish Google Architecture)](https://www.youtube.com/watch?v=LSiHLLMBkjQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=14)
39+
16. [Unit Test Geliştirme (Unit Test Development)](https://www.youtube.com/watch?v=1a5VeHQlo0Q&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=16)
40+
41+
## **Season 3**
42+
43+
16. [Tanıtım Ekranları (OnBoard Screen)](https://www.youtube.com/watch?v=7ifniDxWNgQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=17)
44+
17. [Giriş Ekranı (Login Screen)](https://www.youtube.com/watch?v=7ifniDxWNgQ&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=18)
45+
18. [Akış Ekranı (Akış Ekranı Geliştirmeleri)](https://www.youtube.com/watch?v=I2Eg-mC1eOA&list=PL1k5oWAuBhgV_XnhMSyu2YLZMZNGuD0Cv&index=19)
46+
47+
48+
## Contribution
49+
50+
| | |
51+
| ----------- | ----------- |
52+
| <a href="https://www.linkedin.com/in/krdnzbeyza1999/"><img src="https://avatars3.githubusercontent.com/u/57248151?s=460&u=bca4a4cfa8303a44875df0e6c69afe76428c0139&v=4" height="50" width="50" style="border-radius:50%;"></a> |

0 commit comments

Comments
 (0)
Failed to load comments.