Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

Custom TextField Flutter

Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia and the web.  Text fields allow users to type text into an app. They are used to build forms, send messages, create search experiences, and more. Here I share a custom Textfield class text_field.dart.

Custom TextField Flutter Read More »

ListTile Flutter

ListTile is generally used to populate a ListView in Flutter. ListTile makes populating ListView very simple. Here we will cover all parameters of ListTile. title The title can take any widget. Usually, it will a Text Widget subtitle The subtitle is the smaller text showing below the title leading The leading property is the starting section of the ListTile. You add any

ListTile Flutter Read More »