Closed hs029 closed 1 year ago
The migration guide from the README contains a note about the migration to dio
which had an effect on the HttpHandler
. If you have defined your own, please migrate accordingly.
Otherwise, try a flutter clean
and flutter pub upgrade
first
Not reproducible
Same here with new catcher impleemnation with discord_handler i'm not even using HttpHandler and have the same eeror
@mohanadshaban Try a flutter clean
and flutter pub upgrade
first. If it still does not work, please open a new issue and provide as much information as you can there. I cannot fix an issue without having proper information.
@ThexXTURBOXx Thanks for quick reply...
I Fixed it ! I was using old dio 4 verison override and it was incompatible...
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Add catcher_2 into pubspec.yaml
catcher_2: ^1.0.0-alpha.1
Compile my project then got error.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device (please complete the following information!)
catcher_2
version: ^1.0.0-alpha.1Additional context
n/a
Checklist