flutter_element_plus

A comprehensive Flutter UI library offering customizable, reusable widgets for building modern, responsive applications.


Keywords
dart, dart-package, element-plus, flutter, flutter-ui
License
MIT

Documentation

Flutter Element UI

English | 简体中文

基于 Element Plus 设计风格的 Flutter UI 组件库,旨在加速 Flutter 应用开发。

🚧 正在开发

工作太忙!!!!! 该组件仍然在开发状态,预计 10 月底有稳定版本上线

🚀 特性

  • 📦 90% 使用 Flutter 基础组件构建,确保最佳兼容性
  • 🎨 遵循 Element Plus 设计规范,提供一致的视觉体验
  • 🌍 全平台支持(AndroidiOSWebWindowsLinuxmacOS
  • 🛠 简单易用的 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 开源协议。

🔗 相关链接