Flutter Architecture? No, State Management!, Alexander Denisov

Опубликовано: 07 Декабрь 2024
на канале: GDG St Petersburg
221
3

Flutter is a new mobile framework from Google, created for the development of applications for iOS and Android with the same codebase. SDK for cross-platform development allows developers to write applications in the Dart language and is designed to easily create a UI for both platforms. Unfortunately, there is nothing in the documentation that looks like a guide to the recommended application architecture. In the talk, I’ll talk about various typical architectures that can be used when developing on Flutter, their pros, and cons. And on one of them - BloC, we will stop in more detail. BloC (Business Logic Component) is an architectural template presented by Google at the DartConf conference last year, based on the reactive paradigm, and in my opinion one of the most suitable for development on Flutter.