I am building a Flutter app and I need to use the flutter_redux
package for my global state management.
Unfortunately when I added it and try to execute my app I am getting the below error:
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:redux
- package:flutter_redux
Please, how can I resolve this?