flutter_stream icon indicating copy to clipboard operation
flutter_stream copied to clipboard

A sample Flutter project for demonstrating how to integrate video streaming service with the help of MUX.

Results 4 flutter_stream issues
Sort by recently updated
recently updated
newest added

recent Mux version does not export the default module. Do this instead 👇 > const Mux = require("@mux/mux-node").default;

Can you add secrets.dart file inside flutter stream?

![Screenshot from 2021-08-28 15-02-47](https://user-images.githubusercontent.com/39894962/131211779-e9ff389a-b9cf-4317-8765-101cce0383dc.png)

Why is it like the video plays in debug mode and it gets stuck on the first frame after the loader progress gets done and nothing happens further in release...