All Projects → huang-weilong → Flutter_widgets

huang-weilong / Flutter_widgets

带你认识flutter widgets的使用。根据flutter中文网的“widget目录”进行编写

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter widgets

Material Viewpagerindicator
Dot-based Android ViewPager indicator with Material Design animations.
Stars: ✭ 511 (+2905.88%)
Mutual labels:  widget
Pinterestsegment
A Pinterest-like segment control with masking animation.
Stars: ✭ 560 (+3194.12%)
Mutual labels:  widget
Vue Page Designer
Vue component for drag-and-drop to design and build mobile website.
Stars: ✭ 702 (+4029.41%)
Mutual labels:  widget
Maskara
A simple way to format text fields without getting affected by input filters
Stars: ✭ 515 (+2929.41%)
Mutual labels:  widget
Nextcloud Notes
✎ Android client for Nextcloud Notes app.
Stars: ✭ 529 (+3011.76%)
Mutual labels:  widget
Masked Edittext
Android library contain custom realisation of EditText component for masking and formatting input text
Stars: ✭ 592 (+3382.35%)
Mutual labels:  widget
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (+2841.18%)
Mutual labels:  widget
Circular Music Progressbar
Beautiful Circular Progress Bar with album art for android
Stars: ✭ 813 (+4682.35%)
Mutual labels:  widget
Log Progress
https://habr.com/ru/post/276725/
Stars: ✭ 556 (+3170.59%)
Mutual labels:  widget
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (+3729.41%)
Mutual labels:  widget
Nanopop
🍦 Minimalistic, small, positioning engine. Build for high-performance, minimal footprint and maximum control over positioning behavior.
Stars: ✭ 520 (+2958.82%)
Mutual labels:  widget
Web3modal
A single Web3 / Ethereum provider solution for all Wallets
Stars: ✭ 515 (+2929.41%)
Mutual labels:  widget
Stepper Touch
Stepper Touch for Android based on MaterialUp submission
Stars: ✭ 621 (+3552.94%)
Mutual labels:  widget
Checkable Chip View
Android Chipview Widget
Stars: ✭ 513 (+2917.65%)
Mutual labels:  widget
Energybar
Supercharge your Mac's Touch Bar.
Stars: ✭ 720 (+4135.29%)
Mutual labels:  widget
React Event Timeline
A responsive event timeline in React.js
Stars: ✭ 504 (+2864.71%)
Mutual labels:  widget
Emojix
Implementation of iOS style emoji on android.
Stars: ✭ 585 (+3341.18%)
Mutual labels:  widget
Yii2 Fullcalendar
Widget for Yii Framework 2.0 to use FullCalendar
Stars: ✭ 5 (-70.59%)
Mutual labels:  widget
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (+4582.35%)
Mutual labels:  widget
Dlangui
Cross Platform GUI for D programming language
Stars: ✭ 642 (+3676.47%)
Mutual labels:  widget

flutter_widget

根据flutter中文网widget目录编写的widget的使用方法,可以对照着flutter中文网的目录和本项目的代码进行查看,适合flutter入门学习

基础组件

在构建您的第一个Flutter应用程序之前,您绝对需要了解这些widget。
具体基础组件目录请参考基础组件
项目代码地址基础组件代码

Material Components

实现了Material Design 指南的视觉、效果、motion-rich的widget。
具体Material Components目录请参考flutter中文网Material Components
项目代码地址Material Components代码

Cupertino(iOS风格的widget)

用于当前iOS设计语言的美丽和高保真widget。
具体Cupertino(iOS风格的widget)目录请参考Cupertino(iOS风格的widget)
项目代码地址Cupertino(iOS风格的widget)

目前只完成了基础组件、Material Components以及部分Cupertino(iOS风格的widget)的Widget,其他部分将在后续更新。希望给个★Star支持,谢谢!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].