Now that we have gone through the introduction for the GetX package and explored the usage of some GetX methods in my previous blog, we are going to explore more on implementation of GetX State Management in flutter. In GetX State Management business... https://techblog.geekyants.com/getx-for-your-flutter-applications-part-2-state-management
Have you worried about things like boiler plate, time consumption for code generations bundling up along with your state management packages and long syntax for simple flutter widgets, i.e, snackbar, navigator, media query? Here, comes the problem s... https://techblog.geekyants.com/getx-for-your-flutter-applications-part-1
Now that we have gone through the introduction for the GetX package and explored the usage of some GetX methods in my previous blog, we are going to explore more on implementation of GetX State Management in flutter. In GetX State Management business... https://techblog.geekyants.com/getx-state-management-for-flutter-part-2
Welcome to my first post. In this post, I'm going to introduce you to our project which aims to build a contactless shopping experience for the people as a post COVID measure and keeping in view the difficulties faced by the aged people. Let's dive r... https://swift-shop.hashnode.dev/swiftshop-scan-what-you-eye
Problem In urban areas, potholes create problems for the public, as driving becomes dangerous due to uneven roads. They also get filled up when it is raining. The main problem is that the concerned departments are not able to coordinate to resolve th... https://hashnode.com/post/potwhole-ckmuskidq01js4ts1diebe328
In flutter everything is a widget, and an app is simply a widget made up of other widgets that come together to form a widget tree. Well, these individual widgets can be tested to ensure they behave as expected. My previous article covered how to wr... https://o-ifeanyi.hashnode.dev/writing-widget-test-in-flutter
Introduction In this article, we will learn about how to use firebase-backend package by FilledStacks. Why does this package exist and why should we use it? Let's think of a scenario where your app will have a lot of cloud functions, you can export t... https://carlomigueldy.hashnode.dev/firebase-cloud-functions-with-firebase-backend-package-by-filledstacks
Setup To start things off, make sure you install a fresh Flutter project to follow along. // you can name the project anyway you want, // in this case I will just use this name below flutter create stacked_theme_switcher If you aren’t familiar about... https://carlomigueldy.hashnode.dev/how-to-toggle-between-dark-mode-and-light-mode-using-the-stacked-architecture-in-flutter
Introduction In this article I will be sharing how I implement an authentication system in Flutter, you can use any back-end framework that implements a token-based API authentication. In this tutorial I will be using Laravel Passport for handling th... https://carlomigueldy.hashnode.dev/authentication-system-in-flutter-with-laravel-passport-stacked-state-management
Written by: Costa Souza Gabriel and Dillen Robbe This article has been written by two last year students who study IT at the Karel de Grote University College in Antwerp. We got the opportunity to choose some interesting technologies in which we want... https://gabrielcostasouza.hashnode.dev/flutter-firebase