You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> @AlexVincent525 thanks for your quick reply. but it seems that you integrated flutter in a native android project, and i used this plugin in native flutter project, so my files are all .dart files, i can not find the above path and .java file. so do you have the same experences?
#371
Closed
jessicaxxxxxxx opened this issue
Apr 8, 2019
· 0 comments
@AlexVincent525 thanks for your quick reply. but it seems that you integrated flutter in a native android project, and i used this plugin in native flutter project, so my files are all .dart files, i can not find the above path and .java file. so do you have the same experences?
Nope. My project is flutter native too. This file was not in your flutter project, it's a dart package which located in flutter sdk.
About how to locate this file, in Android Studio for example, Ctrl+LeftClickMouse on new FlutterWebviewPlugin() in your code, the path will shown on top. Then you can find this file as what i said before.
hi, AlexVincent525 I got it, it was very useful for android, and i have tried to solve the problem for ios in the same way, but i failed, so could you help me again? please
The text was updated successfully, but these errors were encountered:
Nope. My project is flutter native too. This file was not in your flutter project, it's a dart package which located in flutter sdk.
About how to locate this file, in Android Studio for example,
Ctrl+LeftClickMouse
onnew FlutterWebviewPlugin()
in your code, the path will shown on top. Then you can find this file as what i said before.hi, AlexVincent525 I got it, it was very useful for android, and i have tried to solve the problem for ios in the same way, but i failed, so could you help me again? please
The text was updated successfully, but these errors were encountered: