flutter_stream
flutter_stream copied to clipboard
A sample Flutter project for demonstrating how to integrate video streaming service with the help of MUX.
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?

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...