Dominik is Google Developer Expert in Flutter eager to create beautiful apps for mobile and desktop. He’s Lead Engineer at Visible and co-founder of Flutter Europe conference. He is active speaker on local meetups and writes Flutter-related articles on his blog roszkowski.dev.
Dominik Roszkowski
Google Developer Expert in Flutter
Offline First Architecture with Bloc and Reactive Database
Building apps that work flawlessly with limited network accessibility is not trivial. However, with more and more demanding users it's a necessity. There can be several approaches to offline first architecture and in this talk we'll look into one of them. You'll learn how to use flutter_bloc for handling user's actions and data, how to enable database to host persistent queue of actions, and resolve other challenging topics when the app is offline.