wednesday-solutions / flutter_template

A Flutter template application showcasing - Clean architecture, Responsive design, State management, Decoupled widgets using the connector pattern, Dependency Injection, Widget, Unit, Golden and E2E testing, Navigation, Localization, Material 3 dynamic theming, Continuous Integration and Continuous Deployment.
https://wednesday.is/building-products/?utm_source=github&utm_medium=flutter_template
MIT License
337 stars 57 forks source link

Add connector widgets #22

Closed shounak-mulay closed 2 years ago

shounak-mulay commented 2 years ago

Add connector widgets to separate the widgets that display the content from the widgets that connect to state management. This will allow easy replacement of state management solutions and decouple widgets from state management classes for easy testing.