-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue running a default flutter project (counter) on the latest Flutter SDK version #658
Comments
It usually means the Flutter app does not contain
https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1
|
Hello,
I think it is used in a "new way" for flutter web integration testing only
Any thoughts if a migration like this is possible/feasible ?
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kazuaki Matsuo ***@***.***>
Sent: Monday, February 5, 2024 8:42:21 PM
To: appium/appium-flutter-driver ***@***.***>
Cc: Herman Kravchenko ***@***.***>; Author ***@***.***>
Subject: Re: [appium/appium-flutter-driver] Issue running a default flutter project (counter) on the latest Flutter SDK version (Issue #658)
Alert: This email originated from outside of the organization. Please BE CAUTIOUS before clicking any link or attachment.
It usually means the Flutter app does not contain ext.flutter.driver package.
In our next release, we will be planning to extend the deprecation policy to cover the flutter_driver package in addition to already supported packages, flutter and flutter_test.
https://medium.com/flutter/whats-new-in-flutter-3-16-dba6cb1015d1
So, I guess they no longer support the flutter_driver, which is used with this driver to communicate with Flutter.
—
Reply to this email directly, view it on GitHub<#658 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFOGVIYUIYOYK54V7JNUDD3YSGRB3AVCNFSM6AAAAABC2ZCPQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRYG4ZTAMRUGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If you meant the |
We do have flutter driver as a dependency and initiated in the main. The commands that we used to build the APK is flutter build apk --debug and flutter build apk --profile |
Any thoughts @KazuCocoa |
No idea. Perhaps we need to take a look at Flutter repository. The error itself was |
@KazuCocoa Any updates here? Just curious |
No. I don't work on this |
Hello,
We have tried following Flutter SDK versions:
Default counter example. We compile build for Android (APK) with --debug or --profile.
Use the same code as in the node JS example and the issue is the following
"ext.flutter.driver" is not found in "extensionRPCs" ["ext.ui.window.scheduleFrame","ext.ui.window.reinitializeShader","ext.ui.window.impellerEnabled","ext.dart.io.getH
ttpEnableTimelineLogging","ext.dart.io.setHttpEnableTimelineLogging","ext.dart.io.httpEnableTimelineLogging","ext.dart.io.getSocketProfile","ext.dart.io.startSocketProfiling","ext.dart
.io.pauseSocketProfiling","ext.dart.io.socketProfilingEnabled","ext.dart.io.clearSocketProfile","ext.dart.io.getVersion","ext.dart.io.getHttpProfile","ext.dart.io.getHttpProfileRequest
","ext.dart.io.clearHttpProfile","ext.flutter.reassemble","ext.flutter.exit","ext.flutter.connectedVmServiceUri","ext.flutter.activeDevToolsServerAddress","ext.flutter.platformOverride
","ext.flutter.brightnessOverride","ext.flutter.timeDilation","ext.flutter.evict","ext.flutter.invertOversizedImages","ext.flutter.debugPaint","ext.flutter.debugPaintBaselinesEnabled",
"ext.flutter.repaintRainbow","ext.flutter.debugDumpLayerTree","ext.flutter.debugDisableClipLayers","ext.flutter.debugDisablePhysicalShapeLayers","ext.flutter.debugDisableOpacityLayers"
,"ext.flutter.debugDumpRenderTree","ext.flutter.debugDumpSemanticsTreeInTraversalOrder","ext.flutter.debugDumpSemanticsTreeInInverseHitTestOrder","ext.flutter.profileRenderObjectPaints
","ext.flutter.profileRenderObjectLayouts","ext.flutter.debugDumpApp","ext.flutter.debugDumpFocusTree","ext.flutter.showPerformanceOverlay","ext.flutter.didSendFirstFrameEvent","ext.fl
utter.didSendFirstFrameRasterizedEvent","ext.flutter.fastReassemble","ext.flutter.profileWidgetBuilds","ext.flutter.profileUserWidgetBuilds","ext.flutter.debugAllowBanner","ext.flutter
.inspector.structuredErrors","ext.flutter.inspector.show","ext.flutter.inspector.trackRebuildDirtyWidgets","ext.flutter.inspector.trackRepaintWidgets","ext.flutter.inspector.disposeAll
Groups","ext.flutter.inspector.disposeGroup","ext.flutter.inspector.isWidgetTreeReady","ext.flutter.inspector.disposeId","ext.flutter.inspector.setPubRootDirectories","ext.flutter.insp
ector.addPubRootDirectories","ext.flutter.inspector.removePubRootDirectories","ext.flutter.inspector.getPubRootDirectories","ext.flutter.inspector.setSelectionById","ext.flutter.inspec
tor.getParentChain","ext.flutter.inspector.getProperties","ext.flutter.inspector.getChildren","ext.flutter.inspector.getChildrenSummaryTree","ext.flutter.inspector.getChildrenDetailsSu
btree","ext.flutter.inspector.getRootWidget","ext.flutter.inspector.getRootWidgetSummaryTree","ext.flutter.inspector.getRootWidgetSummaryTreeWithPreviews","ext.flutter.inspector.getDet
ailsSubtree","ext.flutter.inspector.getSelectedWidget","ext.flutter.inspector.getSelectedSummaryWidget","ext.flutter.inspector.isWidgetCreationTracked","ext.flutter.inspector.screensho
t","ext.flutter.inspector.getLayoutExplorerNode","ext.flutter.inspector.setFlexFit","ext.flutter.inspector.setFlexFactor","ext.flutter.inspector.setFlexProperties"]
Any ideas if this plugin/driver is still supported on newer version of Flutter SDK? Is this something that will be supported longterm?
Thanks
The text was updated successfully, but these errors were encountered: