Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.23 KB

Atomic States using RxNotifier

This is a simple proof of concept to see how to integrate an Atomic State Pattern with Flutter, using RxNotifier as a helper

Packages Used

There are only two packages in the pubspec folder, being

Flutter Modular was used as a guide just to understand how the dependency injection would behave in this case.

In the future the idea is to create an example using the GetIt package, so I can compare the boilerplate each package adds to the project.

More informations

Here are some links to help you understand more about the concept of Atomic States and how it would be beneficial to the project.

RxNotifier GitHub

RxNotifier package page

Flutter P&D - Apresentação do estado atômico. (FTeam Discord)

AULÃO - Estado Atômico no Flutter

Introdução ao Estado Atômico no Flutter com RxNotifier