Thiago Evoá·Dec 18, 2024Creating a private package on FlutterHello devs, sometimes we need to make usage of a package and for that we have a bunch of them on pub.dev, but what about the necessity on…
Thiago Evoá·Apr 5, 2023Setting 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…
Thiago Evoá·Aug 15, 2022Dart 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.
Thiago Evoá·Apr 4, 2022Rebuilding 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…
Thiago Evoá·Feb 22, 2022Where 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…
Thiago Evoá·Feb 14, 2022Basic 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…
Thiago Evoá·Feb 10, 2022Reflecting 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…
Thiago Evoá·Feb 8, 2022Mocking 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…A response icon1A response icon1
Thiago Evoá·Jan 11, 2022Creating 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…
Thiago Evoá·Dec 20, 2021Custom 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…