ByAhmadDecember 20, 2024How do I only apply padding to the text in a TextField in Flutter? In Flutter, TextField and TextFormField are two commonly used widgets for creating input fields. While they share some…flutter-stylesflutter-textfield
ByAhmadDecember 20, 2024How to change the default font family in Flutter In today’s digital age, a visually appealing user interface is crucial for any mobile application. One way to…flutterflutter-styles
ByAhmadDecember 16, 2024Flutter – Changing the border color of the OutlineInputBorder In Flutter, you might have encountered a situation where you want to change the border color of the…flutter-material
ByAhmadDecember 15, 2024Flutter – How to make a column screen scrollable In Flutter, there are several ways to create a scrollable column. In this post, we’ll explore the most…Flutter Layout
ByAhmadDecember 15, 2024How to implement CheckBox in Flutter? In this article, we will discuss how to use the checkbox widget in flutter. The checkbox is a…Flutter Layout
ByAhmadDecember 15, 2024How to create a modal bottomsheet with circular corners in Flutter? In this blog post, we will discuss how to create a modal bottom sheet in Flutter with circular…Flutter Layoutflutter-designflutter-widget
ByAhmadDecember 15, 2024Limit max width of Container in Flutter In Flutter, when you want to add a constraint to the Container widget with a preferred maxWidth, there…Flutter Layout
ByAhmadDecember 15, 2024How to change TextFormField input text color in Flutter In this article, we will explore how to change the input text color of a TextFormField widget in…flutter-textformfield
ByAhmadDecember 14, 2024How Can We Change AppBar Background Color in Flutter? In Flutter, customizing the appearance of your app is essential to give it a unique and visually appealing…flutter-designflutter-theme
ByAhmadDecember 14, 2024Round Button with Text and Icon in Flutter Introduction In this post, we will explore how to create a round button with text and icon in…flutter-buttonflutter-icon