nexstate_flutter library

Classes

Consumer<T extends Store>
Wrap this widget around parts that need to be rebuilt every time a specific nexstate store is updated with setState method.
ProviderWidget
Extend this class to create providers. You can assign nexstate stores as fields to providers. This way, stores can be used deep in your widget tree.