B0yma
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...
i have the same problem with vers auto_route: 7.8.4
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