PinnedManeesha Erandi·Apr 15, 2024Implementing a Flutter Chatbot App with Google GeminiIn this article, I will guide you to create your own Flutter chatbot app with Flutter Gemini and Firebase using Material Design.A response icon1A response icon1
PinnedManeesha Erandi·Apr 1, 2024Android Kotlin — remember() with keys vs. derivedStateOf()Managing the state is a very important topic in mobile development. In a mobile app, the UI will change according to the user's actions…
PinnedManeesha Erandi·May 24, 2023Flutter UI Essentials —Material 3 SearchBarThe search bar is a very common component that we use in our applications. In Flutter, we have many packages to easily implement a search…A response icon1A response icon1
PinnedManeesha Erandi·Dec 13, 2022Fast & Secure NoSQL Database — Hive for FlutterHive is a lightweight and fast NoSQL db for flutter. It’s a popular and frequently updating package that we can use as a local data…
Maneesha Erandi·Oct 13, 2024Flutter UI Essentials — Navigation drawerNavigation drawer is something really essential in mobile app development. Most of the time, a drawer will be the center of all the main…
Maneesha Erandi·May 6, 2024Flutter UI Essentials — TabsTabs help to navigate between different screens with a horizontal scroll.
InStackademicbyManeesha Erandi·Apr 14, 2024Flutter UI Essentials — CheckboxA Checkbox is one of the best ways to select one or more items from a list.
Maneesha Erandi·Apr 5, 2024Is Mobile App Development Stressful?One of my friends said that, unlike game development, mobile app development is stressful.A response icon3A response icon3
Maneesha Erandi·Apr 4, 2024Flutter UI Essentials — SlidersWe use Sliders to make selections from range of values.
Maneesha Erandi·Apr 3, 2024Flutter UI Essentials — SwitchWe use Switches to toggle the selection of an item on or off.