As a startup, choosing the right technology stack to build your first app is critical. The technology you choose will significantly impact your product’s success...
Christian Findlay is an independent Flutter developer working in Melbourne, Australia and working with .NET, Firebase, Google Cloud, and Microsoft Azure.
As a startup, choosing the right technology stack to build your first app is critical. The technology you choose will significantly impact your product’s success...
Search bars are often an essential UI component in a Flutter app. This blog post walks you through creating a search bar in Flutter and...
In Flutter we create animations with the Animation class, which is part of the Flutter animation framework. We can use animations to change the size,...
This article is part of a series I am writing about testing. It refers to an article I wrote on test isolation, which is important reading for...
This article is part of a series on testing that I am writing, and this series is part of an e-book on testing that I...
Artificial intelligence (AI) has already significantly impacted various industries and is quickly making its way into software development. As AI technology advances, software businesses will...
Hiring a software developer can be daunting, especially for small businesses or startups with limited experience in the field. You may decide between hiring an...
BloC is a common UI pattern in the Flutter world. Google originally created the idea early on in Flutter’s life. Since its inception, the pattern...