Skip to content

Instantly share code, notes, and snippets.

@Cretezy
Created May 7, 2020 11:15
Show Gist options
  • Save Cretezy/ba0155d6e2ef9c8f06a8ec1912f08c38 to your computer and use it in GitHub Desktop.
Save Cretezy/ba0155d6e2ef9c8f06a8ec1912f08c38 to your computer and use it in GitHub Desktop.
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