{"id":14969871,"url":"https://github.com/rannie/flui","last_synced_at":"2025-05-15T20:03:57.854Z","repository":{"id":36596167,"uuid":"195206116","full_name":"Rannie/flui","owner":"Rannie","description":"A powerful UI framework for Google Flutter.","archived":false,"fork":false,"pushed_at":"2023-05-18T01:09:45.000Z","size":23146,"stargazers_count":1470,"open_issues_count":14,"forks_count":135,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-05-15T20:03:47.710Z","etag":null,"topics":["dynamic-rendering","flui","flutter","flutter-package","flutter-ui","flutter-widget","google-flutter","skeleton","toast","widgets"],"latest_commit_sha":null,"homepage":"https://www.flui.xin/en/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rannie.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-04T08:58:43.000Z","updated_at":"2025-03-31T13:23:37.000Z","dependencies_parsed_at":"2024-01-14T05:07:31.134Z","dependency_job_id":"2a0e3a4a-c413-42f5-9b8f-d7ee2e71414d","html_url":"https://github.com/Rannie/flui","commit_stats":{"total_commits":227,"total_committers":4,"mean_commits":56.75,"dds":"0.017621145374449365","last_synced_commit":"468e222d4f322ca6ce27937cbdc821f34283fab9"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rannie%2Fflui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rannie%2Fflui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rannie%2Fflui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rannie%2Fflui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rannie","download_url":"https://codeload.github.com/Rannie/flui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414497,"owners_count":22067272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-rendering","flui","flutter","flutter-package","flutter-ui","flutter-widget","google-flutter","skeleton","toast","widgets"],"created_at":"2024-09-24T13:42:33.341Z","updated_at":"2025-05-15T20:03:56.365Z","avatar_url":"https://github.com/Rannie.png","language":"Dart","readme":"[English](https://github.com/Rannie/flui/blob/master/README.md) | 简体中文\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://flui.xin\"\u003e\n        \u003cimg width=\"200\" src=\"https://abtfun.oss-cn-beijing.aliyuncs.com/img/2019-12-18-Artboard.png\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFLUI\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e一个 Google Flutter 的 UI 框架 \u003ca href=\"https://www.flui.xin/app/flui.apk\"\u003e示例 apk\u003c/a\u003e\u003c/p\u003e\n\n[![pub package](https://img.shields.io/pub/v/flui.svg)](https://pub.dev/packages/flui) \n[![CI Status](https://github.com/rannie/flui/workflows/test/badge.svg)](https://github.com/Rannie/flui/actions) \n[![Documentation](https://img.shields.io/badge/read_the-docs-2196f3.svg)](https://www.flui.xin/en/widgets/button.html) \n[![GitHub stars](https://img.shields.io/github/stars/Rannie/flui)](https://github.com/Rannie/flui/stargazers) \n[![GitHub forks](https://img.shields.io/github/forks/Rannie/flui.svg)](https://github.com/Rannie/flui) \n[![GitHub license](https://img.shields.io/github/license/Rannie/flui.svg)](https://github.com/Rannie/flui/blob/master/LICENSE)\n\n\u003cbr/\u003e\n\u003cimg src=\"http://abtfun.oss-cn-beijing.aliyuncs.com/img/2019-12-18-overview-2.png\" /\u003e\n\n\u003c/div\u003e\n\n## 特性\n\n* 开箱即用的高质量 Flutter UI 组件 \n* 完善的使用示例和文档\n* 细粒度非风格化的组件适用于不同类型的应用\n* 支持 [Dark Mode](https://abtfun.oss-cn-beijing.aliyuncs.com/img/2019-12-27-dark_shots.png) 以及 [RTL](https://abtfun.oss-cn-beijing.aliyuncs.com/img/2019-12-27-rtl_shots.png)\n* 动态化渲染支持模块 [Dynamic](https://www.flui.xin/dynamic.html)\n\n## 兼容性\n\n**FLUI** 在多端具有良好的兼容性，框架会一直基于 *Flutter Stable Channel* 开发。\n\n目前支持 *v1.17* 及以上。\n\n\n## 快速上手\n\n#### 安装\n\n```yaml\ndependencies:\n  flui: 0.9.2\n```\n\n然后运行 `flutter pub get` 下载依赖。\n\n#### 使用\n\n依赖安装完成后直接引入组件。\n\n```dart\nimport 'package:flui/flui.dart';\n\n// in somewhere\nFLAppBarTitle(\n    title: 'AppBar',\n    subtitle: '(subtitle)',\n    layout: FLAppBarTitleLayout.vertical,\n    showLoading: true\n)\n\n```\n\n## Widgets\n\n- [Button](https://www.flui.xin/widgets/button.html)\n- [Label](https://www.flui.xin/widgets/label.html)\n- [Toast](https://www.flui.xin/widgets/toast.html)\n- [Bubble](https://www.flui.xin/widgets/bubble.html)\n- [Input](https://www.flui.xin/widgets/input.html)\n- [Avatar](https://www.flui.xin/widgets/avatar.html)\n- [Badge](https://www.flui.xin/widgets/badge.html)\n- [Image](https://www.flui.xin/widgets/image.html)\n- [CountStepper](https://www.flui.xin/widgets/counter.html)\n- [AppBar](https://www.flui.xin/widgets/appbar.html)\n- [NoticeBar](https://www.flui.xin/widgets/notice-bar.html)\n- [Empty](https://www.flui.xin/widgets/empty.html)\n- [Skeleton](https://www.flui.xin/widgets/skeleton.html)\n- [BottomSheet](https://www.flui.xin/widgets/bottom-sheet.html)\n- [List](https://www.flui.xin/widgets/list.html)\n- [Theme](https://www.flui.xin/widgets/theme.html)\n\n## Dynamic 模块\n\n![dynamic-post](https://abtfun.oss-cn-beijing.aliyuncs.com/img/2020-03-11-dynamic-poster-1.png)\n\n**FLUI-Dynamic** 为动态渲染模块，支持根据 json 字符串或者指定类型的对象来渲染视图，更多介绍及使用方法可以查看 [Dynamic](https://www.flui.xin/dynamic.html)\n\n``` dart\nWidget buildDynamicWidget() {\n    return FLDyContainer(\n       jsonObject: $JSON_STRING_OR_OBJECT,\n       placeholder: CircularProgressIndicator(\n         strokeWidth: 3.0,\n         valueColor: AlwaysStoppedAnimation(Theme.of(context).accentColor),\n       ),\n    );\n}\n```\n\n## Contributing\n\n**FLUI** 还需要更多的组件以及功能，欢迎大家参照下面的原则提交代码或者 issue:\n\n* 提交新组件的分支请以 *'feature-'* + 组件名称命名，修复问题的则需要以 *'bugfix-'* 为前缀\n* 尽可能是通用的组件，如果组件很少见或者不确定需不需要可以在 [FLUI issue](https://github.com/Rannie/flui/issues) 中提一个以 *\\[feature\\]* 开头的 issue 进行讨论\n* 新组件的 API 设计尽可能规范易读，贴合 Flutter 自带组件的命名，使用规则\n* 请在属性和方法上注释表明如何使用，以便于更新到文档和示例中\n* Git 提交文案请以 `feat|fix|docs|style|refactor|perf|test|workflow|ci|chore|types:` 为前缀。\n\n## License\n\nMIT License\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frannie%2Fflui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frannie%2Fflui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frannie%2Fflui/lists"}