Alberto Bonacina
Flutter and Other Experiments

Flutter and Other Experiments

Follow
homeGitHubSupport mebadgesnewsletter
Series

Simple Flutter Apps

In this series we will explore some simple Flutter apps to get you started with this framework, we use very few packages and functionalities to let's you understand the basics

Articles in this series

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

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

Create a Simple Responsive GridView with Flutter

Jun 12, 20214 min read

In this post, I want to guide you in a Simple Flutter App by making a responsive GridView. This is useful because now Flutter supports web apps and...

Create a Simple Responsive GridView with Flutter

Create a Simple Contact App with Faker & Flutter

Jun 4, 20214 min read

This article will show you how to create a simple Flutter App to display a Contact List with fake data with Faker. This article is in the series...

Create a Simple Contact App with Faker & Flutter

Create a Simple Timetable App with JSON & Flutter

May 26, 20214 min read

This article will show you how to create a simple Flutter App to display a list of appointments from a JSON file. This is the first article in the...

Create a Simple Timetable App with JSON & Flutter