brianegan/flutter_redux

Store not found

diogo-vf opened this issue · 1 comments

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?

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