Architect your app using Providers and Streams. As your project grows, so does the Flutter widget tree. One of the most important factors before starting any project is planning. Separating UI and business logic will go a long way. In this workshop, we explore the pros and cons of different state management approaches Learn how providers can reduce the boilerplate compared to other approaches. Understand the various pitfalls of provider architecture like every change to the state of an object needs to trigger an update all the time. Learn how we set up unidirectional data flow without much difficulty, gaining the main benefit of Redux using the provider pattern.