Dismiss the keyboard and hide the keyboard in Flutter when touched outside, onTap or on Scroll.
Check and detect if the Keyboard is opened or closed in Flutter with the Keyboard Visbility Package.
With the Flutter Value Key, you can preserve the state of Stateful Widgets while they are moving around within your Widget tree.
Show and hide the keyboard programmatically in Flutter by using focus, unfocus or autofocus for your TextField.
Use the Flutter Unique Key To Preserve the state of Stateful Widgets if they moved around in the Widget tree.
Install External Third-Party Flutter Packages to get some extra functionality for your Flutter app.
How to copy text to the Clipboard in Flutter and how to paste from the clipboard in Flutter.
Learn how to change the App Name and App Icon for your Flutter Web App.
Change the package name & bundle identifier of an existing Flutter project to publish your Flutter app on PlayStore & AppStore.
Show a dynamic Flutter Settings Menu with different choices by clicking on a Popup Menu Button in Flutter.
Apply the Flutter Shimmer Effect Animation to images and texts in Flutter.
Use the Flutter SnackBar to display popup messages at the bottom of the screen in Flutter.
Learn how to upgrade or update the Flutter SDK version. Simply update the Flutter SDK to the latest version.
Learn how to run a Flutter App On Real Device by connecting your Physical Android Device with Flutter.
Use Flutter to set a screen background image, darken the image and apply a gradient effect on top of your background image.
Display a scrolling or persistent Material Banner with useful information and actions for the user in Flutter.
Learn how to use Hex Color Codes & RGB Colors & Transparent Colors in Flutter.
Create a simple Text Animation with Flutter such as the Text Slide Animation.
How to change the Elevated Button Color on tap in Flutter. Change button background color on tap and button text color on tap.
Create a Flutter Webview App Example from GitHub Plugin that allows to load URLs, display web pages with local HTML.
Clone a github repo for downloading a Flutter project from Github. All the steps will be done using VS Code.
Create an iOS styled Cupertino Segmented Control widget in Flutter that is based on iOS SwiftUI and UIKit.
Create an iOS Cupertino TextField to get the user keyboard input in Flutter, style the iOS Cupertino Textfield background color and border.
How to use the Material You Floating Action Buttons with different sizes, shapes and colors in Flutter.
Create a custom iOS styled cupertino button in Flutter that is based on iOS SwiftUI and UIKit.
Lets create an iOS styled Action Sheet in Flutter a so called Cupertiono Action Sheet that is based on iOS SwiftUI and UIKit.
Show a persistent Material Banner in Flutter at the top of the screen to display texts and actions.
Create Flutter page route transition such as left to right, bottom to top, and create many more Route Navigation Transitions.
How to create items in a ListView or GridView in Flutter using the Item Builder.
Create amazing Hero Animations for images and texts on Android and iOS. The Hero Widget can also transition and animate from ListViews.