When working on frontend applications, a common use case is "Updating the screen's UI dynamically". setState is one of the ways to accomplish this in flutter.
Overview
Tech Terms What is a State Object in flutter Fun Fact
Example code When to us... https://nikkigoel.hashnode.dev/what-is-setstate-in-flutter-and-when-to-use-it-1
Introduction Hello there! Currently, I'm really into Flutter and I want to learn it inside out. I don't want to learn Flutter I want to be Flutter! So I thought this time a rough overview of all the topics would be nice so I have a rough structure to... https://danysdevcorner.hashnode.dev/flutter-learning-roadmap-v1
Get this newsletter directly in your inbox. Flutter for web has been a game-changer for my team. When a client mentioned that they would like to have a web version of the app we had already built for them, we were glad we used Flutter. Soon we will b... https://mvolpato.hashnode.dev/this-week-in-flutter-9
Holla, Flutter Ninija Please.. lol We will be looking at how to build a simple news app using HarperDB Api with Flutter. The aim of this article is to show mobile developers how to use HarperDB API as a backend service for their apps. #HarperDBHackat... https://hashnode.com/post/simple-google-news-app-clone-with-flutter-harperdb-api-ckqcdsg7d0337d6s1ay0ja4b4
Nowadays, mobile applications are more user-friendly and work faster when either retrieving or requesting services from the internet. Successful mobile applications have an amazing user interface that engages end-users. But, what if the app is not sm... https://techblog.geekyants.com/implementing-ui-profiling-on-flutter-applications
In this article, we shall explore the various analytics features that are offered by Amplify and also see how we can implement them in our Flutter applications. Amplify Analytics category will allow you to collect useful analytics data of your app as... https://techblog.geekyants.com/aws-amplify-for-flutter-part-6-amplify-analytics
When I came across this topic of immutability in Dart, I wondered why would I ever want to make my classes immutable. Making a class immutable denotes that an object can not be changed after it has been created. I found the answer to my question afte... https://techblog.geekyants.com/implementing-immutability-in-dart-utilising-freezed
Hello everyone, welcome to the behind the scene of me making a cloud based note taking app using my two favourite technologies which are Flutter and HarperDB First of let us start with the inspiration behind the whole application, i don't know if you... https://colscode.hashnode.dev/android-cloud-based-note-taking-app
Firebase web hosting is a great way to launch your Flutter web apps. I have building mobile applications using Dart with Flutter and web app using Java, PHP, React and C#. However, I do enjoy learning a ton of what can be done as quick and dirty as p... https://blog.clovisokonkwo.com/setting-up-firebase-flutter-web-application-and-initiating-github-auto-deploy-on-build-to-the-cloud
So far in the AWS Amplify For Futter series, we have seen Introduction and Setup of Amplify, Amplify DataStore, Amplify Authentication, and Amplify Storage. We will continue to explore Amplify for Flutter in this article with Amplify GraphQL. Unlike... https://techblog.geekyants.com/aws-amplify-for-flutter-part-5-graphql-api