Starter Architecture for Flutter & Firebase Apps using RiverpodUpdated Dec 17, 202014 min read#flutter#dart#firebase#architecture#provider#design-patternsIn this tutorial I give a detailed overview of a production-ready architecture that I've fine-tuned over the last two years. You can use the included starter project as the foundation for your Flutter & Firebase apps.
Using underscores for unused builder arguments in DartJan 12, 2020#flutter#dart#design-patternsHow to remove some noise in your Dart code by using underscores for unused function arguments.