The espresso plugin is currently using FlutterJNI.getObservatoryUri (in FlutterViewAction.java), which is deprecated. It was replaced with getVMServiceUri in 3.10, and now that 3.10 is on stable we can switch it over (updating the minimum SDK version requirement accordingly).
The
espressoplugin is currently usingFlutterJNI.getObservatoryUri(inFlutterViewAction.java), which is deprecated. It was replaced withgetVMServiceUriin 3.10, and now that 3.10 is on stable we can switch it over (updating the minimum SDK version requirement accordingly).