Lessons learned building the Invoice Ninja Flutter app - Hillel Coren | Flutter Europe

preview_player
Показать описание
What's the best way to learn Flutter? It's practice. During the development of the Invoice Ninja app, I had an opportunity to gain a lot of experience and now I will gladly share it with you. Some of the topics covered will include:
Comparing Redux to other state management options
Best practices for structuring the codebase
Supporting responsive/tablet layouts
Handling app persistence
Managing forms
Common pitfalls and gotchas
Using a code generator to reduce boilerplate code

****************************************************

****************************************************

Рекомендации по теме
Комментарии
Автор

Amazing talk. Thanks for sharing your experience.

CodeWithAndrea
Автор

Awesome talk. I don't know that I would go so far as to say any of these libraries qualify in the architecture category - they are more just different architecture patterns for managing change in your application.

Redux and Bloc for example are unopinionated about how asynchronous actions are handled.

ryanedge
Автор

Wao... what an awesome talk...!! congrats

alexmatos
Автор

I would love to hear follow up talk about flutter web experience

pengain
Автор

This talk convinced me to not to use redux

akshattamrakar