Maugost
Maugost
your DeepAr Config screenshot
i'd confirm and let you know
@sanz777 check if this helps resolve your issue https://github.com/flutter/flutter/issues/134307#issuecomment-1761046218
Thanks for your swift reply I get this error ``` Performing hot restart... Syncing files to device iPhone X... Restarted application in 5,929ms. flutter: getInstructors [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: RPCError: got...
As for getting ether balance on the address I can it works perfectly well..
it works fine when i specify a chaidID ``` void _getSmartCoursesContract() async { String courseContractABI = json.encode(coursesABI); String privateKeyHex = "79FD6A46633A4AF7B1C3C1CA1D5EDFEC35245D42A5A3661B29AFFD8263E32853"; var httpClient = new Client(); var ethClient = new...
Hello, sorry for the delay in response. I have a local version that communicates with Agora, but's still rough work
Hi, if you do want to use this plugin set the following: Your project build.gradle classpath : classpath 'com.android.tools.build:gradle:3.5.0' set your app.gradle to: compileSdkVersion 29 minSdkVersion 21 targetSdkVersion 29 set...
Drop a screenshot of your project build.gradle && app build.gradle
And please note , if you follow the example on the Dev branch exactly as it is, you won't have issues. This plugin was built for a particular purpose in...