rrousselGit / state_notifier

ValueNotifier, but outside Flutter and with some extra perks
MIT License
311 stars 28 forks source link

added fireImmediately as an arg to addListener #11

Closed smiLLe closed 4 years ago

smiLLe commented 4 years ago

sometimes you just don't want to fire immediately. for example you want to persist the state in a listener.

rrousselGit commented 4 years ago

A little run of dartfmt and some documentation around the flag, and we're good to go 😄

smiLLe commented 4 years ago

I was using Android Studio where dartfmt is not automatically executed :( ..