emanuel-braz / mobx_widget

A simple way to consume MobX Observables through widgets. You can find a sort of widgets, like ObserverFuture, ObserverStream and ObserverText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimization

subzero911 opened this issue · comments

Source code uses empty Containers:
image

Containers are "heavy" widgets, consider replacing it with SizedBox.shrink();

Hi @subzero911 , thanks you for the tip! I'll gonna fix that!

Even better, const SizedBox.shrink()

Closing the issue with PR #3

Screen Shot 2020-09-23 at 21 51 33