PinnedImplementing 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.Apr 15, 2024A response icon1Apr 15, 2024A response icon1
PinnedAndroid 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…Apr 1, 2024Apr 1, 2024
PinnedFlutter 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…May 24, 2023A response icon1May 24, 2023A response icon1
PinnedFast & 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…Dec 13, 2022Dec 13, 2022
Flutter 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…Oct 13, 2024Oct 13, 2024
Flutter UI Essentials — TabsTabs help to navigate between different screens with a horizontal scroll.May 6, 2024May 6, 2024
Published inStackademicFlutter UI Essentials — CheckboxA Checkbox is one of the best ways to select one or more items from a list.Apr 14, 2024Apr 14, 2024
Is Mobile App Development Stressful?One of my friends said that, unlike game development, mobile app development is stressful.Apr 5, 2024A response icon2Apr 5, 2024A response icon2
Flutter UI Essentials — SlidersWe use Sliders to make selections from range of values.Apr 4, 2024Apr 4, 2024
Flutter UI Essentials — SwitchWe use Switches to toggle the selection of an item on or off.Apr 3, 2024Apr 3, 2024