DEV Community

Discussion on: Flutter Modular Architecture

Collapse
 
claudiobalbin profile image
Claudio Balbin

Nice article, I find the way that modular creates the store very easy to work with.
Do you mind sharing the code for better understanding?

Collapse
 
mjablecnik profile image
Martin Jablečník

Unfortunately I don't have any open source project with Modular right now. But I plan create some simple example for better understand how it works.
When I will have it so I will let you know.

Collapse
 
tauamendonca profile image
Tauã Mendonça

Hi Martin!
I liked your article a lot and before I saw that you already made a project I asked the guys at Flutterando for examples to send you. I know it's probably late but I will leave them here if it helps anyone:

github.com/Bwolfs2/coffsy_movie_app
github.com/OrlandoEduardo101/whats...
github.com/OrlandoEduardo101/todo_... (this one I think it's useful though in Orlando's words: "This one is a backend implementation, but it's incomplete and lacks documentation for now")

Thread Thread
 
mjablecnik profile image
Martin Jablečník

Thank you very much for your sharing :)

Collapse
 
mjablecnik profile image
Martin Jablečník

Hello, so I created one little example with Modular.
You can find it here: github.com/mjablecnik/zebra_scanner
It is very simple project where is everything what you need (auth, settings, logs, internationalization, error handlers and few simple modules for example)