-
Notifications
You must be signed in to change notification settings - Fork 508
simple_connectivity v0.0.1 => connectivity v2.0.0 #1669
simple_connectivity v0.0.1 => connectivity v2.0.0 #1669
Conversation
|
FYI @Mohit020888 - see if you can figure out a good way to test this |
theswerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2cc6feb to
1bbc5b5
Compare
|
@cyanglaz - thanks for the updating Connectivity to v2.0.0. You put a lot of care in to the deprecation message, v2.0.0 as a breaking change and so on. Sorry to trouble you further but I'd appreciate if you could take a look at this CI issue I'm seeing after the upgrade: The conflict was with PR flutter/plugins#3042 where I didn't want to take up too much of your time but I'd appreciate your perspective if you had any insights. |
|
I'm not too familiar with Android stuff. But it looks like you could switch to android 29 on ci? |
acbf22a to
ec1f42f
Compare
|
@cyanglaz - I changed |
- Experiment to debug WorldHealthOrganization#1669
theswerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@yukuairoy - needs your approval too |
|
@cyanglaz - figured out the problem was that the |
- Closes WorldHealthOrganization#1532 - Replace 3rd party simple_connectivity with Google connectivity package - New version removes dependency on locations permission: - compileSdkVersion 29 - matching targetSdk and Flutter packages - Java 11 for CI environment to fix build failure where `Werror` flag in connectivity causes `source value 7 is obsolete` warning to fail build.
77743f6 to
3f548bc
Compare
WorldHealthOrganization#1669)" - This reverts commit 192fccf. - Test to see if this fixes the build
Screenshots
Screenshots
Add any relevant before/after screenshots hereHow did you test the change?
Will test later with device turning on and off wifi access
curlto a dev App Engine serverChecklist: