Introduction Privacy is a major and strange concern today. An average person should be concerned about the potential for identity theft before posting something over the internet. Because of such concern, most people don't share their thoughts. I got... https://blog.himanshusharma.tech/blogs-app-using-flutter-and-aws-amplify
Introduction Hello there! Welcome to my final blog about my 30 days of Flutter journey. It was really fun and i can promise you that my path into the Flutter and App development world will NOT end here. Flutter is awesome and its a pleasure as a dev ... https://danysdevcorner.hashnode.dev/week-4-of-30-days-of-flutter-summary
Prerequisites for Flutter development Before we start installing the flutter we first go through the needs to build our flutter apps for android or iOS. First of all, we need a computer which can be either mac or windows. Next, we need some sort of c... https://bharadwaj.hashnode.dev/how-to-install-flutter
In the previous article this series, we had a closer look at implementing providers to handle state management. But what if we have to implement multiple providers in our app and listen to them in different widgets at different places and in differen... https://shashankbiplav.me/flutter-advanced-using-multiple-providers
Hello everyone and welcome to a brand new tutorial series on Flutter. Today, we’re going to learn how to integrate or implement a payment gateway into our flutter application using the paystack platform. If you want to know more about some cogent fl... https://techwithsam.hashnode.dev/a-simple-way-to-integrateimplement-payment-gateway-in-flutter-app-paystack
Facebook has taken the world by storm and created a milestone in the UI/UX world by introducing Messenger's new dynamic chat theme. The dynamic gradient effect on Chat Bubbles while scrolling is an absolutely new concept that the world has seen. So, ... https://techblog.geekyants.com/messenger-gradient-chat-bubble-effect-in-flutter
We have come pretty far in the series and cheers to you 🍻if you have been following along. This is the article from where the actual fun begins! Until now we have only seen states that lived in a widget or two. This is where we make the state go glo... https://shashankbiplav.me/flutter-advanced-elegant-state-management-introduction-to-provider
The hotshots at Google decided to enter the arena of cross-platform development after mobile frameworks such as Ionic, React Native, and Xamarin turned out well. From a business perspective, cross-platform apps offer the possibility to significantly... https://prateekaher.hashnode.dev/developing-cross-platform-applications-using-flutter
In Part-1/2 of this series, we are going to implement a Golang API server that caters to HTTP GET requests from clients. We will create a hypothetical store with products carrying attributes: Name, Price, and Count. A valid HTTP GET request gets a re... https://blog.codefuture.dev/flutterdart-frontend-less-greatergolang-backend-api
Until now in the series, our discussion has been around single-page/screen apps. If you were eagerly waiting to build multi-screen apps this is where we are going to do it! Here, we will have a look at how we can add multiple screens to our app and n... https://shashankbiplav.me/flutter-basics-adding-multiple-screens