Skip to content

jiangbyte/hei_flutter

Repository files navigation

Hei Flutter

Hei Flutter 是 HEI 快速开发框架的原生移动端解决方案,基于 Flutter 构建,可一键编译到 iOS 和 Android 双平台,提供高性能的原生移动应用体验。

License: MIT Flutter Dart

简介

Hei Flutter 提供开箱即用的 Flutter 移动端开发解决方案,与 Hei Boot 后端框架配套使用,支持快速搭建高性能原生移动应用。项目采用 Flutter 生态,支持同时编译到 iOS 和 Android 平台,提供媲美原生应用的用户体验。

在线文档: https://jiangbyte.github.io/hei-docs/hei-flutter/

技术栈

类型 技术
核心框架 Flutter 3.x、Dart 3.x
平台支持 iOS、Android
状态管理 Provider、Riverpod
UI 组件 Material Design 3、Cupertino
网络请求 Dio
本地存储 SharedPreferences、Sqflite

项目结构

hei-flutter/
├── lib/
│   ├── api/            # API 接口
│   ├── models/         # 数据模型
│   ├── pages/          # 页面文件
│   ├── widgets/       # 公共组件
│   ├── services/      # 服务层
│   ├── utils/          # 工具函数
│   ├── main.dart      # 入口文件
│   └── app.dart       # App 配置
├── ios/                # iOS 原生代码
├── android/           # Android 原生代码
├── pubspec.yaml       # 依赖配置
└── README.md          # 项目说明

相关项目

参与贡献

我们非常欢迎社区贡献!

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 创建 Pull Request

感谢所有为 HEI 项目做出贡献的开发者!

开源协议

本项目采用 MIT License 开源协议

联系方式


如果这个项目对你有帮助,请给一个 Star 支持!

About

HEI Flutter 是 HEI 快速开发框架的 Flutter 移动端解决方案

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors