rt234cw

Results 8 comments of rt234cw

At which stage of the course did this error occur?

@tameralshazly Does Firebase support chrome and edge? When I was trying to run the app on these two, it always showed up some issues about Firebase. But all systems work...

It seems that `shouldIconPulse: false` doesn't work in FlushbarHelper.

> Finally I push a fix to my personal fork of this project. The changes I did can be seen in [this commit](https://github.com/jhomlala/betterplayer/compare/master...marioloko:betterplayer:ios-simulator-blackscreen). I plan to do a pull request...

> find a solution to show copy & select all. > > ``` > SelectableLinkify( > contextMenuBuilder: (context, editableTextState) { > return AdaptiveTextSelectionToolbar.buttonItems( > anchors: editableTextState.contextMenuAnchors, > buttonItems: [ >...

ref.invalidate(postSettingProvider);

> There is no audio in the result to (`pickVideo(source: ImageSource.gallery`) if I select a video that was edited before in the iOS media editor I've encountered the same issue,...

> From what I can see, the video compression happening with ios can be disabled by adding the line `imagePickerController.videoExportPreset = AVAssetExportPresetPassthrough;` in the file `FLTImagePickerPlugin.m` at line 236 in...