Member-only story
The Localization Part Of Flutter Feature Driven Architecture
5 min readMar 3, 2023
Event Driven Architecture which Flutter Feature Driven Architecture covers is all about wiring up every app event and every user event. This time around, I am going to account for the app locale changes via Riverpod using Freezed models and wiring it up for shared preferences.
What Is Being Used
The general project layout for Feature Driven Architecture is this:
The packages being used are:
Collection
Flutter Riverpod
Freezed