File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
- # fluttermvvmtemplate
1
+ # Flutter Architecture Template
2
2
3
- A new Flutter project .
3
+ This project craeeted for proffesionel application arhitecture .
4
4
5
- ## Getting Started
5
+ # Architecture
6
6
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
You can’t perform that action at this time.
0 commit comments