Gonçalo Palma
Gonçalo Palma
@kabnfever as soon as I can I'll fork the connectivity package and create a version for API > 23! Sorry for taking so much time!
So, even more digging into the matter It seems that there was ANOTHER method deprecated and oh boy will this cause many issues ``` @Override public void onListen(Object arguments, EventSink...
@kabnfever I have created a branch for you to test and use: To use it you can: ```yaml connectivity_widget: git: url: https://github.com/Vanethos/flutter_connectivity_widget.git ref: feature/custom_connectivity ``` If you are also using...
@kabnfever updated the branch with the correct changes, I didn't correctly merge things into master
Thanks for the PR @YonyElm ! I haven't had much time lately but I will prioritise this!
@YonyElm 1. this PR has some conflicts 2. I tested it and wasn't able to see the package working correctly - when in an Android emulator, if I don't have...
Will be addressed in latest build, thanks for the headsup :+1:
Released v0.4.8, will maintain the issue open to verify the README
The new version will have #13 integreated, which will check for all the status codes between 200 and 399. This might be due to the fact that some of the...
Could you provide more information? What is the build system you are using? The legacy one or the new one? Did you run `flutter clean` before trying to build again?