48 followers
I build multiplatform applications for Web, Desktop, and Mobile
I ❤️ Flutter and React
Subscribe to my newsletter and never miss my upcoming articles
Weekly coverage of interesting articles, videos, libraries in Flutter. Every Sunday. Since we skipped last week, this week's issue will include updates spanning the last two weeks. What to read Accessible expression with Material Icons and Flutter h...
Weekly coverage of interesting articles, videos, libraries in Flutter. Every Sunday. What to read Dart sound null safety: technical preview 2 https://medium.com/flutter/null-safety-flutter-tech-preview-cb5c98aba187 Null safety is getting excitingly ...
To see the code for these examples, click here If you are new to Flutter, or even if you've followed Flutter for a while, you have probably realized that there are many ways to deal with application state. I have no doubt that there will be a few ne...
Weekly coverage of interesting articles, videos, libraries in Flutter. Every Sunday. What to read Build a Flutter Application on AWS https://aws.amazon.com/getting-started/hands-on/build-flutter-app-amplify An in-depth tutorial on how to build Flutt...
The Problem As the author of a several Flutter applications & Dart packages, I have spent entirely too much of my life scouring the internet and piecing together tutorials for CI/CD workflows for Flutter applications & Dart packages, so I decided to ...
The Problem This problem is presented in How Elm Slays a UI Antipattern by Kris Jenkins, and has inspired a host of implementations and articles in every language from Kotlin to Reason. The problem commonly presented: when loading data from a remote ...