README.md 761 B

MVVM-Flutter

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

dependencies

截图

LICENSE

the Apache License