© 2023 Hashnode
#flutter-cjxern4nz000zx6s1d95hxw7x
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 pl…
Loading times are unavoidable in application development. From a user experience (UX) perspective, the most important thing is to show your users that loading is taking place. One popular approach to …
Recently, I faced a problem in my workflow that my current flutter version is not compatible with some dependencies, so the solution is I have to downgrade my flutter SDK. But downgrading is also not simple, however, there is a command for …
It's early in the morning, and you're so in the mood for exploring new things in flutter, so you decided to follow a youtube tutorial, a medium story, or even a chapter in your favorite text, you're f…
Here are some tips to make it easier using flutter as a beginner: You can have a stateful or a stateless widget , if you need to have changes on the screen, then it's stateful, but if nothing changes , it's stateless. A stateful widget has…
The Problem As the author of a several Flutter applications & Dart packages, I have spent entirely too much of my life scouring the internet and piecing together tutorials for CI/CD workflows for Flut…
Welcome to short snippets to various problems that you encounter as you are coding. Let me get straight into it. Gradle error when editing a flutter app in the build.gradle file located in the android/app/build.gradle This is the error: …
Last week Codepen.io, the leading social development environment for millions of front-end developers and designers, announced the support to Flutter with this post on Medium: Announcing CodePen suppo…
I delved into flutter on the 17th of February 2020. Since then, I've been trying to understand how to: Build layouts Handle state changes Save user data to disk So far, I'm still confused about how many things work in Flutter. I'll talk a…
After my last blog entry, I got asked how I created a web project in Flutter and how I managed to deploy it. So join me on the journey how to create a Flutter web app and implement the whole thing on …