From f75f5534e9ab2b49ba59d15319c8ccbdd3f0a617 Mon Sep 17 00:00:00 2001 From: Joe Kawai Date: Sat, 20 Jul 2024 11:08:11 +0800 Subject: [PATCH 1/2] Add forui to ui section --- source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index e543834..9cd188d 100644 --- a/source.md +++ b/source.md @@ -177,7 +177,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rounded Loading Button](https://github.com/chrisedg87/flutter_rounded_loading_button) - Button with a loading indicator, complete with success and error animations by [Chris Edgington](https://twitter.com/ChrisTheEdg) - [Flyer Chat](https://github.com/flyerhq/flutter_chat_ui) - Community-driven chat UI implementation by the [Flyer Chat team](https://github.com/flyerhq) - [Smooth Page Indicator](https://github.com/Milad-Akarie/smooth_page_indicator) - Customizable animated page indicator with a set of built-in effects. [Milad Akarie](https://github.com/Milad-Akarie) -- [Super Editor](https://github.com/superlistapp/super_editor/) - Advanced toolkit for building document editors and readers by [Flutter Bounty Hunters]([https://github.com/Milad-Akarie](https://flutterbountyhunters.com) +- [Super Editor](https://github.com/superlistapp/super_editor/) - Advanced toolkit for building document editors and readers by [Flutter Bounty Hunters](https://flutterbountyhunters.com). +- [Forui](https://github.com/forus-labs/forui) - Minimalistic UI library heavily inspired by shadcn/ui. Developed by [Forus Labs](https://github.com/forus-labs). #### List From c7358d113d8d7402c35c6d7a0c262e25524a73a6 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 21 Sep 2024 15:14:18 +0200 Subject: [PATCH 2/2] UI library section for ForUI --- source.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index 9cd188d..3cdb252 100644 --- a/source.md +++ b/source.md @@ -178,8 +178,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flyer Chat](https://github.com/flyerhq/flutter_chat_ui) - Community-driven chat UI implementation by the [Flyer Chat team](https://github.com/flyerhq) - [Smooth Page Indicator](https://github.com/Milad-Akarie/smooth_page_indicator) - Customizable animated page indicator with a set of built-in effects. [Milad Akarie](https://github.com/Milad-Akarie) - [Super Editor](https://github.com/superlistapp/super_editor/) - Advanced toolkit for building document editors and readers by [Flutter Bounty Hunters](https://flutterbountyhunters.com). -- [Forui](https://github.com/forus-labs/forui) - Minimalistic UI library heavily inspired by shadcn/ui. Developed by [Forus Labs](https://github.com/forus-labs). +#### Libraries + +- [Forui](https://github.com/forus-labs/forui) - Minimalistic UI library heavily inspired by shadcn/ui by [Forus Labs](https://github.com/forus-labs). +- [Shadcn](https://github.com/nank1ro/flutter-shadcn-ui) - Shadcn-ui port. Fully customizable UI components. + #### List - [Super List](https://github.com/superlistapp/super_sliver_list) - Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents by [Matej Knopp](https://github.com/knopp)