Preface

https://bsky.app/profile/sander-roest.bsky.social
Search for a command to run...

https://bsky.app/profile/sander-roest.bsky.social
Thank you for this article. I hadn't looked into Flutter before (and generally cross-platform development is foreign to me) but now I am motivated to take a closer look! :)
In this series I will tell my adventures with Flutter and Line Of Business Apps
The design phase defines for a large part if a project will be successful. If the design has flaws, the implementation will have flaws. If the design is not clear, the customer’s vision will almost always be different than yours. If the design is no...
Running flutter upgrade is not enough...

A necessity or a rip-off?

Both are used by humans, but they are not the same.

Recap part 1. In the previous article about this subject, I explained the limitations that I have ran into, with the default onDidRemovePage implementation. In this article I will show how I’ve overcome or better said, circumvented these limitations....
During the development of my RubigoRouter package I ran into some limitations of the Navigator object that I explain here below. The Flutter Navigator has a mechanism to inform the app about a back navigation event. Historically the onPopPage callbac...
I’m developing Line Of Business apps since the late ’90s. I started in DOS with C++. DOS became Windows CE and C# replaced C++ as the programming language.
When it was clear that Windows CE was End-Of-Life, the search started for the next platform. I’ve tried and used the following technologies :
I was not happy with cross-platform development at all. It was slow and felt unprofessional. Until that day in May 2018……
Early-2018, I came across Flutter and I was flabbergasted. I saw an approach that I envisioned years earlier.
Why are there tools for creating cross-platform 3D games, but is there no tool to do the same for apps? Isn’t 3D more complex than 2D?
So, in my opinion, Flutter is for apps, what Unreal is for 3D games. A native write once runs anywhere framework with excellent performance.
This doesn’t mean that I did not see any challenges:
In this blog, I would like to take you on my journey of building a Line Of Business app with Flutter.