Closed scottTomaszewski closed 4 years ago
Hi Scott, can you report this issue to the author of fluttertoast? I don't want to remove fluttertoast just only because it doesn't work on web right now correctly.
Anyway I've prepared for you branch without fluttertoast. Just use this in your project:
catcher:
git:
url: https://github.com/jhomlala/catcher
ref: feature/removed_toast_handler
Cheers, Jakub
That's great! Thanks a ton, I really appreciate it.
I'll make a ticket in their repo as well.
Thanks again, Scott
On Sat, Aug 8, 2020, 4:34 PM Jakub notifications@github.com wrote:
Hi Scott, can you report this issue to the author of fluttertoast? I don't want to remove fluttertoast just only because it doesn't work on web right now correctly.
Anyway I've prepared for you branch without fluttertoast. Just use this in your project:
catcher: git: url: https://github.com/jhomlala/catcher ref: feature/removed_toast_handler
Cheers, Jakub
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jhomlala/catcher/issues/107#issuecomment-670971125, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIMZLBAC4LJQLPKZ5443IDR7WZEFANCNFSM4PUYGEUA .
I have the need to deploy a flutter web app to an environment without internet. The fluttertoast (https://pub.dev/packages/fluttertoast) web implementation uses toastify (https://github.com/apvarun/toastify-js) which is requested at runtime and fails to load.
Can you replace this dependency with another?
Thanks!