Blog

Page 29 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Flutter how to programmatically exit the app

Flutter how to programmatically exit the app

Published on September 2, 2023

# šŸš€ Exiting Flutter App Programmatically: Easy Solutions and Tips Are you in a situation where you need to programmatically exit your Flutter app, but you find yourself facing a black screen? 😩 Don't worry, we've got your back! In this guide, we'll addr

Cover Image for Programmatically scrolling to the end of a ListView

Programmatically scrolling to the end of a ListView

Published on September 2, 2023

# šŸš€ Programmatically Scrolling to the End of a ListView šŸ“œ Do you have a scrollable `ListView` in your Flutter app where the number of items can change dynamically? Want to programmatically scroll to the end of the `ListView` whenever a new item is added

Cover Image for Flutter plugin not installed error; When running "flutter doctor"

Flutter plugin not installed error; When running "flutter doctor"

Published on September 2, 2023

# šŸš€ How to Fix the "Flutter plugin not installed error" when running `flutter doctor` šŸš€ If you're trying to configure the Flutter SDK on your Linux Ubuntu 16.04 (Xenial Xerus) system and encountering an error that says "Flutter plugin not installed" whe

Cover Image for How to show/hide password in TextFormField?
android

How to show/hide password in TextFormField?

Published on September 2, 2023

# How to Show/Hide Password in TextFormField? šŸ” Are you tired of struggling with hidden passwords while trying to sign in to your favorite apps or websites? 😫 Don't worry, we've got you covered! In this blog post, we'll show you how to add a button-like

Cover Image for Force Flutter navigator to reload state when popping

Force Flutter navigator to reload state when popping

Published on September 2, 2023

šŸ“ **How to Force Flutter Navigator to Reload State When Popping** Hey there, Flutter enthusiasts! šŸ‘‹ Have you ever encountered an issue where you want to force the reload of a State when popping from a second widget to the first one? Don't worry, you're

Cover Image for How to create a hyperlink in Flutter widget?

How to create a hyperlink in Flutter widget?

Published on September 2, 2023

# How to Create a Hyperlink in Flutter Widget? 🌐 Are you looking to add a hyperlink to your Flutter app? šŸ“±šŸ’” Creating a clickable link within a text can be a powerful way to share information and engage users. In this blog post, we'll explore how to eas

Cover Image for InkWell not showing ripple effect

InkWell not showing ripple effect

Published on September 2, 2023

# šŸ˜• InkWell not showing ripple effect? Let's fix it! So you're using the `InkWell` widget to create a cool ink splash effect when a container is tapped, but unfortunately, it's not working as expected. Don't worry, we've got you covered! šŸ‘ ## Common i

Cover Image for How to Move bottomsheet along with keyboard which has textfield(autofocused is true)?

How to Move bottomsheet along with keyboard which has textfield(autofocused is true)?

Published on September 2, 2023

šŸ“ **Title: How to Move Bottom Sheet Above the Keyboard when TextField is Autofocused?** šŸ’” **Introduction:** Do you want to create a bottom sheet with an autofocused text field, but you're finding that the keyboard is overlapping the bottom sheet? No wor

Cover Image for How to deactivate or override the Android "BACK" button, in Flutter?

How to deactivate or override the Android "BACK" button, in Flutter?

Published on September 2, 2023

# How to Deactivate or Override the Android "BACK" Button in Flutter? Are you facing issues with the Android "Back" button in your Flutter app? Do you want to disable or override the functionality of the back button on certain screens? We understand your

Cover Image for How to capitalize the first letter of a string in dart?
string

How to capitalize the first letter of a string in dart?

Published on September 2, 2023

## How to Capitalize the First Letter of a String in Dart! šŸ’„ So, you want to make your string look all fancy by capitalizing the first letter? Well, fret no more! I've got your back. In this blog post, I'll guide you through the process of capitalizing t