Preston Schwartz
Preston Schwartz
> AndroidGradlePluginVersion While disabling the ID in each plugin I'm seeing some of these comments. Just want to confirm I'm good to uncomment the disable and remove the comment. ```...
@stuartmorgan I believe this one can be closed now with my PR having been merged, correct?
@camsim99 I'd like to contribute to this one, but I see there is an ongoing project with this feature. Should we hold off until the rewrite is complete? Or is...
@KnucklesEQ Testing this in dartpad shows the same thing. But testing on the master channel (Flutter 3.7.0-28.0.pre.20) works correctly for me. Can you try testing on master as well and...
@gaetan1903 I think you are talking about the device's RSSI value. You can get that from the scan result. And I believe there is a formula that you can use...
@blasten @darshankawar I've submitted a PR implementing this. Can you assign this to me when you get time, please?
Can the linter be combined into the Riverpod package? Since this essentially makes using a linter almost a necessity it makes sense to simplify the setup and not have to...
@bw-flagship Any chance we could get this merged soon?
@AlaaEddineCharbib I made the necessary change but don't have permission to push to your fork. The analyzer is complaining because `Connectivity().checkConnectivity()` returns a list of results and on line `69`...
It seems to be an issue with the package importing BrowserAnimationsModule which also includes BrowserModule. So when trying to use the package in a parent and child module it throws...