reduxsaga / redux_saga

Redux Saga library for Dart and Flutter
MIT License
39 stars 7 forks source link

fixed flutter web build closure mismatch errors #15

Closed bilal-uslu closed 3 years ago

bilal-uslu commented 3 years ago

flutter web build errors fixed. After minification the function closures are changing. In order to avoid dart mirrors usage (also not avaliable) some changes are made. Codes are written at previous versions of the library must be migrated to this version.