Vuex4Flutter
  • Vuex4Flutter
  • The Store
    • Introduction
    • State
    • Mutations
    • Actions
    • Modules
  • How to use
    • Using inside the widgets
      • Step 1: Registering the provider
      • Step 2: Using the connector
    • Using outside from widgets
  • Testing
    • Actions
    • Mutations
    • Getters
    • Mocking the Store
  • Examples
    • Counter
    • Async actions
Powered by GitBook
On this page

Was this helpful?

  1. How to use

Using outside from widgets

Vuex4FlutterProvider.store
PreviousStep 2: Using the connectorNextActions

Last updated 5 years ago

Was this helpful?