flutter_admin
1.4.0
Simplified Chinese | English
A backend management system implemented using flutter. This project is the front-end, and the corresponding back-end is https://github.com/cairuoyu/flutter_admin_backend
As a template, example and demonstration of developing multi-terminal applications such as Web, Android, iOS, Windows, macOS, Linux, etc. based on Flutter, this project provides a variety of implementation methods in terms of functions and is constantly improving. Through this project, you can learn Flutter efficiently or quickly develop a new cross-end application.
| name | technology |
|---|---|
| Basic package | cry |
| Routing management | Flutter Navigator 2 |
| Status Management | GetX |
| Cache Management | GetStorage |
| Network request | Dio |
| chart | syncfusion_flutter_charts |
| Rich text | flutter_markdown |
| Selector | image_picker, video_player, file_picker, flutter_colorpicker |
| Face recognition | camera, google_ml_kit |
| Certification | JWT |
├─config 配置文件
└─lib
├─api 服务接口
├─common 公共类
├─constants 常量类
├─data 数据类
├─enum 枚举类
├─generated 工具自动生成的国际化代码
│ └─intl
├─l10n 国际化配置,修改后工具生成代码到generated文件夹下
├─models 模型类
├─pages 页面,各文件夹对应各功能
│ ├─common
│ ├─dash
│ ├─dict
│ ├─icon
│ ├─image
│ ├─layout
│ ├─menu
│ ├─message
│ ├─person
│ ├─role
│ ├─subsystem
│ ├─userInfo
│ └─video
└─utils 工具类
flutter pub get
flutter create . # Web
flutter run -d chrome
# Windows
flutter run -d windows # Web
flutter build web
# Windows
flutter build windows
# Android
flutter build apkhttp://www.cairuoyu.com/flutter_admin
851796663
Paypal Me