B0yma

Results 10 comments of B0yma

> Here is the workaround I found for it. It's a minimal example which you can adapt to your own case. > > Key steps : > > * Create...

Have the same issue - on firebase hosting > Thank you! I put the error message within the 3 back ticks now. > > ``` > Uncaught MissingPluginException(No implementation found...

so my solution: in your main.dart need to manually register plugin for web: ```dart ... import 'package:flutter_web_plugins/flutter_web_plugins.dart'; ... *YOUR PLUGIN*.registerWith(webPluginRegistrar); ```

> @B0yma Can you please more details of how you resolve this issue. I am also facing same issue that audio is not working after deploy on firebase. > >...

``` defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.push_demo" minSdkVersion 19 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } ``` in your...

same issue - if you build flutter web - works fine, if you build android - need vpn

same problem here ``` fvm install 3.22.3 --verbose Argument information: Top level options: - verbose: true Command: install Creating local mirror... Unhandled exception: FormatException: Unexpected extension byte (at offset 6)...

after installing git problem gone