Alberto Bonacina
Flutter and Other Experiments

Flutter and Other Experiments

Follow
homeGitHubSupport mebadgesnewsletter
Tag

Dart

#dart

More content

Read more stories on Hashnode


Articles with this tag

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

Sound Null Safety: make better apps with Flutter!

Mar 13, 20219 min read

Hi everyone in this article I want to dive deeper into one of the recent announcements made in the Flutter Engage Event: Sound Null Safety. Any of you...

Sound Null Safety: make better apps with Flutter!

Flutter Engage Recap: what a wonderful future!!!

Mar 8, 20219 min read

On March 3 there was the Flutter Engage, an event organized by the Flutter team to reveal the news they have focused on in recent months and say that...

Flutter Engage Recap: what a wonderful future!!!

Object-Oriented Programming Principles in Dart

Oct 1, 202012 min read

In this article, I want to describe the Object-Oriented Programming and its four principles using examples written in Dart. The concepts are valid in...

Object-Oriented Programming Principles in Dart

My first Flutter package: Microsoft Fluent UI Icons

Aug 13, 20202 min read

In this article I want to show my first Flutter package that I published on pub.dev. I will tell you why I wanted to make a Flutter package and the...

My first Flutter package: Microsoft Fluent UI Icons