Aug 29, 2022Google Fonts package to your Flutter projectIn this story, we are going to learn how to include the Google Fonts package as a library for a flutter project. This is the very first time in our blog we are including a package for a flutter project. …Flutter2 min readFlutter2 min read
Aug 27, 2022Themes — Part 3 — FlutterIn the previous stories, we have learned light/dark themes and how to change the theme dynamically. We can also change the different light themes dynamically. In this story, we are going to learn that. We already learned about ThemeData and ValueListenableBuilder. Here also we are using the same, except…Flutter1 min readFlutter1 min read
Aug 19, 2022Themes — Part 2— FlutterIn the previous story, we learned the basics of light and dark themes in flutter and we know flutter can handle the theme, based on system settings. But we can also provide an option to users to change the theme of the app. themeMode themeMode determines which theme will be…Flutter2 min readFlutter2 min read
Aug 18, 2022Themes— Part 1 — FlutterIn this story and the upcoming stories, we are going to learn about themes in the flutter. If you are an android developer, you might know about the styles and usage of themes in Android. But, you need to forget some of the good things we had in native android…Flutter2 min readFlutter2 min read
Aug 17, 2022RecyclerView/ListView — FlutterIf you are an android developer, you might be searching for RecyclerView in the flutter. But in flutter we don’t have RecyclerView, we have ListView. In this story, we are going to learn how to create a ListView. ListView ListView is used to create a list of common widgets with…Flutter1 min readFlutter1 min read
Aug 11, 2022AlertDialog Sample — FlutterIn the previous story, we have learned to create a menu sample in flutter. In this story, we can learn to create Alert Dialog sample in flutter. If you are a native Android developer, you might get surprised because there is no negative, positive button here. …Flutter1 min readFlutter1 min read
Jul 25, 2022Menu Sample — FlutterIn the previous stories, we have learned to create a form using dart in the flutter framework. In this story, we are going to create a sample menu list. PopupMenuButton PopupMenuButton is used to show the menu button, the list of options in the menu and the callback onSelected for…Flutter1 min readFlutter1 min read
Jul 13, 2021Status Saver — WCompanionIn this story, I like to share about my android application WCompanion. Save/Share WhatsApp Statuses The basic idea of this app to save/share the WhatsApp statuses of our contacts. I created this app only for my personal use (That is one of an advantage of being an Android developer), and also I have…WhatsApp3 min readWhatsApp3 min read
Apr 17, 2021One last ‘Git Cheat-sheet of Commands’Yes, there is plenty of git cheat-sheet published all over the internet. Still, not every software engineer use git commands efficiently/do git operations only through IDEs/not at all using git. So, I wanted to create a post to be a crisp and one last stop for the basic git commands. First of all, why do we need git? …Git5 min readGit5 min read
Jun 14, 2020The Beginning — Watch Face — Wear OSSteps to create a simple Analog Watch Face from scratch for Wear OS — Start a new project Open Android Studio and click Start a new Android Studio project Select the tab Wear OS, select No Activity and click Next In the Configure Your Project dialog, enter your project details and click FinishAndroid3 min readAndroid3 min read