fullflash

Results 40 comments of fullflash

you can see in the screenshots Dio client instantiated two times on app start. CoreModule that binds Dio client used only in AppModule imports ``` class AppModule extends Module {...

> By the way, I have solved the issue by commenting one line in FlutterWebRTCPlugin.m file. I'm not sure that this is the right way to solve this problem. I...

> > > > update to lastest version will fix。 @JiaoLiu can you please inform us what was the fix ?

changelog just informs about removal of AsyncBind would be nice to provide migration example

> Hi, I am experiencing the same issue. just change tag version to 3.5.10 in your podfile and it will work

same here. looks like tries to render before it is loaded properly.

my workaround for Assertion error width>0 is wrapping with container and provide minWidth via constraints property ``` return Container( constraints: BoxConstraints(minWidth: 20), child: buildAsset(context), ); ```

@Gustl22 thanks for reply unfortunately audio is recorded voice that's why has no permission to share. but i have download and the audio file is playable also it is playable...

the remote audio url that was subject of this exception is playable correctly with audioplayers library. this exception happens sometimes but later it play with no issue. so this is...

according this comment maybe resetting mediaplayer can prevent this exception to be happened. (https://github.com/react-native-video/react-native-video/issues/1061#issuecomment-399566392)