Alberto Bonacina
Flutter and Other Experiments

Flutter and Other Experiments

Follow
homeGitHubSupport mebadgesnewsletter
Tag

Flutter Examples

#flutter-examples

More content

Read more stories on Hashnode


Articles with this tag

Theme and Accent Color switch with Riverpod in Flutter

Jul 14, 20233 min read

This article explores the seamless integration of Riverpod's state management capabilities with Flutter's theming system, enabling you to create...

Theme and Accent Color switch with Riverpod in Flutter

How to properly organize your API EndPoints in Flutter

Jan 20, 20232 min read

Hi everyone, in this post, I'll show you how I organize my API call in one class to manage my API endpoint better and pass parameters to them. If...

How to properly organize your API EndPoints in Flutter

ENVied: the best way to handle your environment variables in Flutter

Jan 13, 20233 min read

Hi everyone, in this post, I want to show you the best way to store environment variables in a Flutter project that I started to use some months ago...

ENVied: the best way to handle your environment variables in Flutter

Change window size on Flutter programmatically

Dec 23, 20224 min read

This article will show you how to create a simple Flutter Desktop App with the ability to quickly change the size of the window, which is useful in...

Change window size on Flutter programmatically

Wassword: wonderful password generator built in Flutter

Oct 24, 20214 min read

How I built a password generator with a taste of Material You and Cubit ยท Hi, in this post I want to show you one of the most loved side projects that a...

Wassword: wonderful password generator built in Flutter

Building a Post Scheduling App with HarperDB & Flutter

Jun 29, 20216 min read

Let's learn how to build an app with these two technologies together ยท Hi everyone, in this article I want to describe my project for the HarperDB...

Building a Post Scheduling App with HarperDB & Flutter