Build MVVM App for Android and IOS with Flutter。
项目结构类似于MVVM-Android。
.
├── di
│ └── modules.dart
├── helper
│ ├── netutils.dart
│ ├── toast.dart
│ └── widgetutils.dart
├── main.dart
├── model
│ ├── remote.dart
│ └── repository.dart
└── view
└── home.dart
the Apache License