English | 简体中文
基于 Element Plus 设计风格的 Flutter UI 组件库,旨在加速 Flutter 应用开发。
工作太忙!!!!! 该组件仍然在开发状态,预计 10 月底有稳定版本上线
- 📦 90% 使用 Flutter 基础组件构建,确保最佳兼容性
- 🎨 遵循 Element Plus 设计规范,提供一致的视觉体验
- 🌍 全平台支持(Android、iOS、Web、Windows、Linux、macOS)
- 🛠 简单易用的 API 设计
- 📱 响应式布局支持
- 🎯 渐进式平台特定 UI 适配
- 基础组件开发
- 平台特定 UI 适配
- 文档完善
- 示例应用
- 单元测试
- 性能优化
在 pubspec.yaml
中添加依赖:
dependencies:
flutter_element: ^0.1.0 # 版本号待定
import 'package:flutter_element_plus/flutter_element_plus.dart';
// 使用按钮组件示例
ElementButton(
type: ElementButtonType.primary,
onPressed: () {
// 处理点击事件
},
child: Text('按钮'),
)
欢迎提交 Pull Request 或创建 Issue 来帮助改进这个项目。
本项目采用 MIT License 开源协议。
- Element Plus - 设计灵感来源
- Flutter - 开发框架
- Flutter 中文网 - Flutter 中文资源
- Dart 中文网 - Dart 语言中文资源