ChristianFindlay.com

Christian Findlay is an independent Flutter developer working in Melbourne, Australia and working with .NET, Firebase, Google Cloud, and Microsoft Azure.

Follow Me

Mastering Dart Extension Methods in Flutter: A Comprehensive Guide
Read More

Mastering Dart Extension Methods in Flutter: A Comprehensive Guide

Dart has a powerful feature called extensions. This feature can significantly improve the readability and maintainability of your Flutter code. This comprehensive tutorial explores how...

25 Jun 2023 Christian Findlay
N-tier Architecture Was a Mistake: Long Live Apps That Talk Directly to the Database
Read More

N-tier Architecture Was a Mistake: Long Live Apps That Talk Directly to the Database

Back in the day, many desktop apps talked directly to the database. We didn’t have APIs over the top of the database, and quite often,...

12 Jun 2023 Christian Findlay
Dart 3: A Comprehensive Guide to Records and Futures
Read More

Dart 3: A Comprehensive Guide to Records and Futures

35 Best Flutter Blogs - Check out the top Flutter blogs

15 May 2023 Christian Findlay
Dart Switch Expressions
Read More

Dart Switch Expressions

Dart 3 adds a new feature called Switch Expressions. Dart is a multi-paradigm language that supports both object-oriented, imperative, functional-style and declarative programming. Programmers have...

11 May 2023 Christian Findlay
Mastering Material Design 3: The Complete Guide to Theming in Flutter
Read More

Mastering Material Design 3: The Complete Guide to Theming in Flutter

One of the most common questions developers ask when working with Flutter is how to efficiently manage themes to create visually appealing and consistent UIs...

04 May 2023 Christian Findlay
Components of Flutter State Management
Read More

Components of Flutter State Management

State management is a critical aspect of building responsive Flutter apps. We often talk about “State Management Solutions” in Flutter, but we rarely break down...

18 Apr 2023 Christian Findlay
Flutter - Full App Widget Testing
Read More

Flutter - Full App Widget Testing

I offer full widget testing training for your team. Book a session to learn how to test your Flutter apps.

04 Apr 2023 Christian Findlay
Rounded Buttons in Flutter with Material Design 3
Read More

Rounded Buttons in Flutter with Material Design 3

Rounded buttons in Material Design 3 is even simpler than before. Google’s latest design language offers the ability to enable rounded buttons by default with...

03 Apr 2023 Christian Findlay