# MVVM-Flutter Build MVVM App for Android and IOS with Flutter。 项目结构类似于[MVVM-Android](https://github.com/ditclear/MVVM-Android)。 ```bash . ├── di │   └── modules.dart ├── helper │   ├── netutils.dart │   ├── toast.dart │   └── widgetutils.dart ├── main.dart ├── model │   ├── remote.dart │   └── repository.dart └── view └── home.dart ``` #### dependencies - [dio](https://github.com/flutterchina/dio) : 网络请求 - [rxdart](https://github.com/ReactiveX/rxdart):响应式编程 - [flutter-provide](https://github.com/google/flutter-provide):通知ui更新数据 ### 截图 ![](screenshot.png) #### LICENSE the Apache License