|
|
hace 7 años | |
|---|---|---|
| android | hace 7 años | |
| ios | hace 7 años | |
| lib | hace 7 años | |
| test | hace 7 años | |
| .gitignore | hace 7 años | |
| .metadata | hace 7 años | |
| LICENSE | hace 7 años | |
| README.md | hace 7 años | |
| pubspec.yaml | hace 7 años | |
| screenshot.png | hace 7 años |
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