Created
May 7, 2020 11:15
-
-
Save Cretezy/ba0155d6e2ef9c8f06a8ec1912f08c38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter_super_state/flutter_super_state.dart'; | |
final store = Store(); | |
// Register modules. Order does not matter. You should register all modules on initialization | |
CounterModule(store); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment