MartinLangbecker / wokubot

MIT License
1 stars 0 forks source link

Update app architecture #28

Open MartinLangbecker opened 3 years ago

MartinLangbecker commented 3 years ago

In order to improve code quality and maintainability, it is necessary to update the app architecture. This includes extracting code to separate classes (e. g. utilities) or widgets (e. g. MediaList for different types of media), creating models (e. g. MediaData), and using providers more consistently.

For starters, see here: https://www.filledstacks.com/post/flutter-architecture-my-provider-implementation-guide/