
Day 19 [20-01-2023] I completed Chapter 7 of DA [Nullability]. This explained a lot about null & null safety and how to work with sound null safety Day 20 [21-01-2023] Refactored and debugged an app. An educative experience Day 21 [23-01-2023] I comp... https://galadima3.hashnode.dev/classico

I recently discovered a new package from flutter that you can use to test your flutter uis without connecting your emulator such as a phone via usb or running a virtual emulator in android studio. Its saves me a lot of time and I can test my uis on v... https://emmilly.hashnode.dev/flutter-device-preview-package

Cross-platform app development is like having your cake and eating it too. For instance, you can use a single codebase to build an app that runs on Android and iOS devices, saving you time, money, and effort. Developers are constantly looking for way... https://ultroneous.hashnode.dev/kotlin-multiplatform-vs-flutter-which-is-a-better-cross-platform-app

Good evening guys. I hope you are all fine wherever you are during this time. I am not very happy because 3 weeks down the line am still here waiting for my vSongBook app to see the light of day in the Apple store. Developing for iOS was harder than ... https://jacksiro.hashnode.dev/cross-platform-encounters-part-2

2022 Wrap-Up: A Year of Learning and Growth As I look back on the year 2022, I am also reminded of the many exciting events and opportunities in that I participated in. One of the highlights was my participation in the "GDSC WOW" event, which is a Go... https://marstech.hashnode.dev/reflecting-on-2022-a-year-of-learning-and-networking-in-the-tech-world

What is Flutter? Google developed the open-source Flutter framework for building mobile apps. Applications are created with it for Linux, Mac, Windows, Android, iOS, and the web. The framework was created utilizing the Dart programming language and a... https://yash240408.hashnode.dev/flutter-introduction-to-beginners

Are you tired of building mobile apps with clunky, outdated technologies? Look no further than Flutter - the revolutionary open-source mobile application development framework created by Google. With Flutter, you can easily create beautiful, responsi... https://arbazshaikh.tech/flutter-graphql-the-perfect-match-for-building-a-next-generation-mobile-app

Introduction Integrating video call functionality into a Flutter app can be done using ZEGOCLOUD's Video Call API. In this article, I will walk you through the process of setting up and using the API to add video call functionality to your Flutter ap... https://huzaifaahmed.com/video-call-app-zegocloud

We will cover briefly:
What is Google Pay
Integration of Google Pay
Payment results
UI elements
My E-book on Flutter — https://harvinder.gumroad.com/l/flutter-ebook What is Google Pay Google Pay (known as G Pay) is a digital wallet platform and... https://codeblogs.live/implement-google-pay-using-flutter

In flutter sometimes you might get stuck in the "Waiting for another flutter command to release the startup lock..." issue:
I also got stuck here so let me provide you with a solution that didn't work for me:
I tried this one from StackOverflow whi... https://bibekdhakal.hashnode.dev/how-to-solve-the-waiting-for-another-flutter-command-to-release-the-startup-lock-issue-in-flutter