Blog
May 12, 19
Flutter Mixins and Base Classes: A recipe for success
How to reduce boilerplate by adding new features to our classes
Apr 13, 19
“Dependency Injection” in Flutter with InheritedWidget
In this article we explore how to do a “Poor man’s” Dependency Injection in Flutter using InheritedWidget
Mar 17, 19
debugPrint and the power of hiding and customizing your logs in Dart
How we can use debugPrint to customize our console logs in a Flutter Project.
Mar 10, 19
Asymmetric Key Generation in Flutter
Exploring how to create and use Asymmetric Keys in Flutter using PointyCastle.
Feb 14, 19
Optimizing your time as a Flutter Developer with Live Templates
How Live Templates can reduce the number of times we write the same boilerplate code
Feb 8, 19
Creating Custom built_value Serializers in Dart
Guide creating custom built_value Serializers
Dependency Manager — An Approach to Multiple Repositories in Flutter
This articles goes through how we can manage dependencies in a multi-repo project with versioning in each library.