Closed rob-nolan closed 5 years ago
Thanks! Yep, this is better handled on the flutter_redux side! It almost always has to do with conflicting imports, which have changed a bit and later version of Flutter seem to handle this much better. Sorry for missing this one -- if you're still having trouble please write back :)
I get the above compiler error when building my flutter app, the error relates to the
appReducer
parameter in theStore
instantiation inmain.dart
. I've searched and found people having similar issues, but in their case it was always caused by relative paths which I am not using.I've gone through my code and the docs a number of times and I can't see anything wrong so I think it may be a bug but please correct me if I am missing something.
This may be an issue with
flutter_redux
rather thanredux.dart
so I've opened an issue there also.