Change the package name & bundle identifier of an existing Flutter project to publish your Flutter app on PlayStore & AppStore.
Learn how to change the App Name and App Icon for your Flutter Web App.
How to copy text to the Clipboard in Flutter and how to paste from the clipboard in Flutter.
Install External Third-Party Flutter Packages to get some extra functionality for your Flutter app.
Flutter's SafeArea Widget keeps the system UI such as the status bar separated from your widgets on Android & iOS.
Use the Flutter Unique Key To Preserve the state of Stateful Widgets if they moved around in the Widget tree.
Show and hide the keyboard programmatically in Flutter by using focus, unfocus or autofocus for your TextField.
With the Flutter Value Key, you can preserve the state of Stateful Widgets while they are moving around within your Widget tree.
Check and detect if the Keyboard is opened or closed in Flutter with the Keyboard Visbility Package.
Dismiss the keyboard and hide the keyboard in Flutter when touched outside, onTap or on Scroll.
The AnimatedCrossFade Widget allows you to animate smoothly between two widgets in Flutter.
Use Flutters WillPopScope widget to listen to back button presses such as press back again to exit Flutter app.
Create Flutter Projects with the correct bundle id & package name to publish your Flutter app on PlayStore & AppStore.
Determine the Widget Size, Width, Height, and also the Position of a Widget in Flutter.
How to DRAG and DROP widgets in Flutter between two STACKS. Stacked items on top of each other can be dragged to another stack in Flutter.
Use Platform Widgets in Flutter to create a complete Flutter app with iOS Cupertino design and Android Material design.
Display animated texts in Flutter using Animated TextKit. Create a moving text animation in Flutter, animate text style, animate text color, animate text size and more.
Learn everything about Flutter Null Safety & Dart Null Safety.
How to use GitHub Copilot for Flutter to autocomplete Flutter code inside VSCode or Android Studio IDEs.
Sort a ListView alphabetically in Flutter by AZ, date, name or any other value.
Create a linear gradient background color in Flutter for Button, Text, Container, AppBar widgets.
How to mask any Image or Widget in Flutter by creating a transparent image layer and use this image layer to mask another image in Flutter.
How to show or hide widgets programmatically in Flutter by using the Visibility Widget.
How to call iOS Native Code from your Flutter app to access custom platform specific code written with Swift.
Add images from a network url or from the assets into your Flutter app. Create square images, rounded images, circular images in Flutter.
How do Flutter Hot Reload and Flutter Hot Restart work? Use shortcuts for Hot Reload & Hot Restart to build Flutter Apps faster.
Row widgets display multiple widgets horizontally next to each other in Flutter.
Create a Flutter app preview by recording the screen of your Android Emulator. Create a mp4 video, gif or screenshot of your Flutter app.
Build Flutter Hover Effects and Hover Animations for texts, buttons or any other widgets in Flutter Web.
How to create a Random Number, a Random Number within a range and a Random Data List in Flutter.