ChristianFindlay.com
Home
Categories
About
Services
Contact
×
MENU
Showing all posts in
Flutter
Flutter: Breaking the BloC Rules
Discusses the Flutter BloC UI pattern and when it may be appropriate to bend or break the rules
Christian Findlay
December 28, 2022
Flutter: How To Mock Functions For Testing
Learn how to mock or fake functions in Dart for Flutter widget tests
Christian Findlay
November 17, 2022
Immutability: Dart vs. F#
Read about immutability in Dart and F#, and compare how the two languages approach it.
Christian Findlay
November 5, 2022
Flutter Dependency Injection: ioc_container V1
Dependency Injection with ioc_container for Flutter
Christian Findlay
October 24, 2022
Separate Business Logic and Presentation
Read about separating business logic and presentation in Flutter
Christian Findlay
October 9, 2022
Dart Immutable Collections
Read about immutable collections and how and why to use them
Christian Findlay
September 29, 2022
Dart: Formatting and Trailing Commas
Read about deterministic formatting and trailing commas in Dart and Flutter
Christian Findlay
July 30, 2022
Papilio: An Intro
Read about papilio: and open-source, declarative Flutter framework for state management, navigation and dependency management
Christian Findlay
July 20, 2022
Run Flutter Widget Tests as Integration Tests
Run Flutter widget tests as integration tests or vice versa
Christian Findlay
December 18, 2021
Dart: Manual Mutation Testing
Read about mutation testing without automated tools to improve the quality of your Dart tests
Christian Findlay
December 4, 2021
How to Build a Flutter Navigation Drawer
Learn how to add a navigation drawer menu to your Flutter app
Christian Findlay
October 30, 2021
Dart Classes for C# Programmers
Learn about Dart classes and the differences to C# classes
Christian Findlay
September 6, 2021
Next