Tag: Vertical
How to Wrap Text in Column Flutter
How to Wrap Text in Column Flutter – Hello, welcome to Flutterflux. This time we will discuss text in Flutter and how to wrap text in column flutter. The Expanded…
Read more »What is Divider in Flutter?
Divider in Flutter refers to a widget that creates a separation between two parts of the screen by drawing either a horizontal or vertical line. It typically appears as a…
Read more »ElevatedButton Flutter: How to use it?
ElevatedButton Flutter is a Material Design elevated button. It is a button widget that appears raised from the surface of the screen, with a shadow behind it, to provide a…
Read more »Working with ListTile in Flutter
Working with ListTile Flutter – hi guys, welcome back to my blog, now we will learn about ListTile in flutter. before practice it’s good for us to know what a…
Read more »Create a Card Widget in Flutter
Create a Card Widget in Flutter – The Flutter Card Widget displays content and allows users to interact with it. You may use it to display data like a product,…
Read more »Create Random Colors in listview Flutter
Create Colors Random in listview Flutter – Hello everyone, welcome to Flutterflux. This time we will discuss random colors in Flutter and how to implement them in a ListView. Random…
Read more »Flutter Ebook App UI with support for dark mode
Flutter Ebook App UI with darkmode support Flutter 2.8.0 Null Safety Beautiful Ebook App UI with support for dark mode. Created by Martin Gogołowicz. Please leave a ⭐ if you…
Read more »ScrollShadow – A widget for Flutter that adds shadows to a scrollable child
Scroll Shadow ScrollShadow is a widget for Flutter that adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation. ScrollShadow Features Adds shadows over a scrollable child…
Read more »Create a platform for visually challenged individuals to make use of their smart phones
Lights A project aiming to create a platform for visually challenged individuals to make use of their smart phones. This app currently has a few demo features. These features are…
Read more »ExpandableTable – A widget for Flutter that create a Table with header and first column fixed
Expandable Table ExpandableTable is a widget for Flutter that create a Table with header and first column fixed. You can create a nested Rows/Columns grouped in expandable Row/Column ExpandableTable Features…
Read more »