Setting up Flutter environment (2023)Hello devs, all we know that the first step to start coding is setting up the environment and this is not one thing that you can avoid even…Apr 5, 2023Apr 5, 2023
Dart shelf backend deploying to Heroku.Hello dev, in this article I'm gonna try to show how to create a Dart backend project using shelf and deploy it on Heroku.Aug 15, 2022Aug 15, 2022
Rebuilding a portion of code using StatefulBuilder WidgetHello dev, sometimes you need to rebuild a widget according to the user input or action, but if you are using setState to trigger this…Apr 4, 2022Apr 4, 2022
Where most of Flutter state managements came from?Hello dev, have you ever thought how most Flutter state management works? Well, if I tell you that they use the SDK native approach? Let’s…Feb 22, 2022Feb 22, 2022
Basic configuration and extensions for Flutter developers in vsCodeHello dev, here in this article I want to show some basic vsCode settings and extension that can help be more productive while coding your…Feb 14, 2022Feb 14, 2022
Reflecting app state on screen easily in FlutterHello dev, here in this article I’ll show a simple way to create states in your app and use then to reflect in the screen, in order to…Feb 10, 2022Feb 10, 2022
Mocking tests with mocktail in FlutterHello dev, if you already had to mock some data in order to test your code you know that sometimes it can be struggling but there are some…Feb 8, 20221Feb 8, 20221
Creating own Dart packagesHello dev, we all know that Flutter is in a very good hype and one way to see that is looking through the pub.dev website how many packages…Jan 11, 2022Jan 11, 2022
Custom app theme in FlutterHello dev, in this article I would like to talk about organize a Flutter project, but more precisely, I wanna talk about customize the…Dec 20, 2021Dec 20, 2021
Integrating Flutter and RiveHello dev, I believe you know that it’s totally possible to create animations just using the Flutter it self, but in case you have…Nov 30, 2021Nov 30, 2021