Tag: Widgets
How to Use Font Awesome in Flutter
How to Use Font Awesome in flutter – Font Awesome, one of the most popular icon libraries, offers a large range of high-quality, freely-usable vector icons that may be structured…
Read more »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 »How to Use Radio Button in Flutter
How to Use Radio Button in Flutter – Radio buttons are a type of UI widget commonly used in mobile and web applications to present a set of mutually exclusive…
Read more »How to Change Text Color in Flutter
How to Change Text Color in Flutter – Flutter Text widget is used to show some text to the user. It’s fundamental to the development of any Flutter user interface….
Read more »How to Make TabBar in Flutter
How to Make tabBar in Flutter – Typically, an ATabBar will include a number of tabs that the user can use to navigate between various windows or information feeds. Here…
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 »Flutter Webview Complete Example Code
Flutter Webview Complete Example Code – Flutter WebView widget renders web pages inside of your application. It may be used to show off your own website’s content or to embed…
Read more »How to add SVG image in Flutter
How to add SVG image in Flutter – Using the Scalable Vector Graphics (SVG) file format, designers can create visuals that look great at any size. The flutter_svg package allows…
Read more »Flutter Timepicker Example
Flutter timepicker is a widget that allows the user to select a specific time of day, typically using an interface that displays a clock face with hour and minute hands….
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 »