brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

Store not found #211

Closed diogo-vf closed 3 years ago

diogo-vf commented 3 years ago

Hello,

I am trying to get the AppState store, but unable to have the Store class as you can see in the following image image

I've import the following packages

import 'package:flutter_redux/flutter_redux.dart';
import 'package:intrepid_knowledge/redux/state.dart';

Can you help me with the next problem?

brianegan commented 3 years ago

Please add redux to your pubspec, run flutter pub get, then import redux into the file: import 'package:redux/redux.dart';