Author: saqibkhan
-
Implementing a Search Functionality
This example shows how to create a search feature using a TextField to filter a list of items.
-
Creating a Custom SnackBar
This example demonstrates how to create and display a custom SnackBar with actions.
-
Fetching and Displaying Images from the Network
This example shows how to fetch and display images from the internet.
-
Using Provider for State Management
This example demonstrates how to use the Provider package for state management in a Flutter app.
-
Using a Drawer for Navigation
This example showcases how to implement a navigation drawer in a Flutter application.
-
Form Validation Example
This example demonstrates how to create a form with validation using TextFormField and GlobalKey.
-
Implementing Navigation with Bottom Navigation Bar
This example shows how to set up a basic app with a Bottom Navigation Bar to switch between different screens.
-
Building a News App with API Integration
This example shows how to fetch data from an API and display it in a list format.
-
Creating a Simple To-Do List App
This example demonstrates state management and using a ListView to display a list of items.