All Projects → FlutterOpen → Flutter Widgets

FlutterOpen / Flutter Widgets

This is a tutorial for all widgets in the flutter. It contain code, articles.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Widgets

Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+881.59%)
Mutual labels:  example, simple, widgets
Instantsearch Ios Examples
Example apps built with InstantSearch iOS
Stars: ✭ 55 (-82.54%)
Mutual labels:  example, widgets
Tensorflow Cifar 10
Cifar-10 CNN implementation using TensorFlow library with 20% error.
Stars: ✭ 85 (-73.02%)
Mutual labels:  example, simple
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (-93.97%)
Mutual labels:  simple, widgets
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (-71.75%)
Mutual labels:  simple, example
mean-stack-angular-8-blog-cms
MEAN Stack (Angular 8) Tutorial: Build a Simple Blog CMS Example
Stars: ✭ 19 (-93.97%)
Mutual labels:  simple, example
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-87.94%)
Mutual labels:  example, widgets
Chat-Server
Simple chatroom in C
Stars: ✭ 74 (-76.51%)
Mutual labels:  simple, example
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (-92.7%)
Mutual labels:  example, widgets
Examples Win32
Shows how to use Win32 controls by programming code (c++17).
Stars: ✭ 22 (-93.02%)
Mutual labels:  example, widgets
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-11.43%)
Mutual labels:  example, article
React Ultimate
React Ultimate Example
Stars: ✭ 304 (-3.49%)
Mutual labels:  example
Static status
🚦Bash script to generate a static status page.
Stars: ✭ 286 (-9.21%)
Mutual labels:  simple
Building A Simple Chatbot In Python Using Nltk
Building a Simple Chatbot from Scratch in Python (using NLTK)
Stars: ✭ 286 (-9.21%)
Mutual labels:  article
Understanding Flexbox
💪Detailed Flexbox Book
Stars: ✭ 286 (-9.21%)
Mutual labels:  article
Cmv App
CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
Stars: ✭ 309 (-1.9%)
Mutual labels:  widgets
Luxor.jl
Simple drawings using vector graphics; Cairo "for tourists!"
Stars: ✭ 293 (-6.98%)
Mutual labels:  simple
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-9.84%)
Mutual labels:  simple
Articles
🔖My Learning Notes and Memories - 分享我的学习片段和与你的回忆
Stars: ✭ 3,040 (+865.08%)
Mutual labels:  article
Begin Latex In Minutes
📜 Brief Intro to LaTeX for beginners that helps you use LaTeX with ease.
Stars: ✭ 3,082 (+878.41%)
Mutual labels:  simple

Flutter Widgets

❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!

Facebook Page Twitter QQ Group Developer
Flutter Open NieBin 963828159 NieBin

What it is?

The Project is a flutter examples of the flutter widgets. Some example contain articles and code about flutter widgets.

The whole artcile is here: Flutter Widgets articles

Base widgets

1 2 3 4 5 6
Container Row/Column Image Text Icon
RaiseButton Scaffold AppBar FlutterLogo PlaceHolder

Navigation

1 2 3 4 5
Scaffold AppBar BottomNavigationBar TabBar&TabBarView
MaterialApp WidgetsApp Drawer

Button

1 2 3 4 5
RaiseButton FloatingActionButton FlatButton IconButton DropdownButton
PopupMenuButton ButtonBar

Input & selection

1 2 3 4
TextField CheckBox Radio Switch
Slider Date $Time Pickers

Dialog

1 2 3 4 5
SimpleDialog AlertDialog BottomSheet ExpansionPanel SnackBar

Information

1 2 3 4 5
Image Icon Chip Tooltip DataTable
Card LinearProgressIndicator CircularProgressIndicator GridView

Layout-single

1 2 3 4
ListTile Stepper Divider LimitedBox
Padding Center Align FittedBox
Baseline FractionallySizedBox IntrinsicHeight
OverflowBox SizedBox SizedOverflowBox Transform
ConstrainedBox Offstage CustomSingleChildLayout IntrinsicWidth

Layout-muti

1 2 3 4 5
Row Column Stack IndexedStack Expanded
GridView Flow Table Wrap
ListBody CustomMultiChildLayout LayoutBuilder ListView

Assets

Text Asset Input
Text Image Form
RichText Icon FormField
DefaultTextStyle RawImage RawKeyBoardListener
AssetBundle

Animation

1 2 3 4
Animation AnimatedContainer AnimatedCrossFade Hero
FadeTransition PositionedTransition RotationTransion ScaleTransition
AnimatedDefaultTextStyle AnimatedListState AnimatedModalBarrier
AnimatedSize AnimatedWidget AnimatedWidgetBaseState DecoratedTransition
SlideTransition AnimatedPhysicalModel AnimatedPositioned AnimatedBuilder
SizeTransition AnimatedOpacity

Interaction

1 2 3 4 5
Draggable LongPressDraggable GestureDetector DragTarget Dismissible
AbsorbPointer Scrollable Hero Navigator IgnorePointer
Style Async Accessibility
Padding FutureBuilder Semantic
Theme StreamBuilder MergeSemantics
MediaQuery ExcludeSemantics

Painting & Effect

1 2 3 4 5
Opacity Transform DecoratedBox FractionalTranslation RotatedBox
ClipOval ClipPath ClipRect CustomPaint BackdropFilter

Scrolling

This part link

1 2 3 4
GridView ListView NestedScrollView SingleChildScrollView
CustomScrollview NotificationListener ScrollConfiguration
Scrollable PageView Scrollable RefreshIndicator
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].