Blog

Page 32 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Multi-line TextField in Flutter

Multi-line TextField in Flutter

Published on September 2, 2023

# šŸ“ Easy Steps to Create a Multi-line TextField in Flutter! šŸ’¬ Are you struggling with creating a multi-line editable TextField in Flutter? You're not alone! Many Flutter developers face this challenge as the default TextField widget only supports single

Cover Image for flutter remove back button on appbar

flutter remove back button on appbar

Published on September 2, 2023

# How to Remove the Back Button on the AppBar in Flutter Do you want to remove the back button that shows up on the AppBar in a Flutter app when using `Navigator.pushNamed` to navigate to another page? You're in the right place! In this blog post, we'll t

Cover Image for How to underline text in flutter

How to underline text in flutter

Published on September 2, 2023

## How to Underline Text in Flutter: A Complete Guide šŸŽÆ So you want to underline text in Flutter, specifically inside the `Text` widget? You're in the right place! Whether you're a Flutter newbie or a seasoned developer, it's always good to have a clear

Cover Image for How to run code after some delay in Flutter?
delay

How to run code after some delay in Flutter?

Published on September 2, 2023

# Running code after a delay in Flutter made easy! šŸ˜Ž So, you want to execute a function after a certain delay in your Flutter app? No worries, we've got you covered! šŸš€ ## The Problem Let's understand the problem first. You have a widget and you want t

Cover Image for How to deal with unwanted widget build?

How to deal with unwanted widget build?

Published on September 2, 2023

# How to Deal with Unwanted Widget Build šŸ‘·ā€ā™‚ļø Do you sometimes find yourself in a situation where the `build` method of your widgets is called again for reasons beyond your control? šŸ¤” It can be frustrating, especially when it leads to undesired effects

Cover Image for Unable to find bundled Java version on Flutter
java

Unable to find bundled Java version on Flutter

Published on September 2, 2023

# Unable to find bundled Java version on Flutter: Easy Solutions and Tips šŸ’” Are you a Flutter developer who encountered the error message "Unable to find bundled Java version" while running the command `flutter doctor`? Don't worry, you're not alone. Thi

Cover Image for Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15
android

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15

Published on September 2, 2023

# Module was compiled with an incompatible version of Kotlin - Easy Fix! šŸ˜Ž Are you dealing with the dreaded "Module was compiled with an incompatible version of Kotlin" error? 😫 Don't worry, I've got you covered! In this blog post, I'll walk you through

Cover Image for setState() or markNeedsBuild called during build

setState() or markNeedsBuild called during build

Published on September 2, 2023

# Blog Post: Understanding and Fixing "setState() or markNeedsBuild called during build" Error šŸ‘‹ Hey there, tech enthusiasts! Today, we're going to tackle a common issue that many Flutter developers face: the dreaded "setState() or markNeedsBuild called

Cover Image for Flutter- wrapping text

Flutter- wrapping text

Published on September 2, 2023

# Wrapping Text in Flutter: The Ultimate Guide šŸ‘€šŸ“š 🌟 Are you struggling with wrapping text in Flutter? Is your text overflowing from the screen? Don't worry, you've come to the right place! In this guide, we'll address the common issues faced when wrap

Cover Image for How do I Set Background image in Flutter?
android

How do I Set Background image in Flutter?

Published on September 2, 2023

# How to Set Background Image in Flutter šŸ–¼ļø Are you looking to add a stunning background image to your Flutter app's home page? Setting a background image can enhance the visual appeal of your app and create a more immersive user experience. In this blog