I am trying to find a way to include Dailymotion videos in my Flutter app. The Dailymotion API has SDKs for embedding videos in native Android and iOS apps, but I cannot find a solution for Dart. Can I use these SDKs in Flutter and is it considered a good practice? Are there any potential issues with this approach?
daily motion API reference: https://developers.dailymotion.com/player#embed-mobile
I attempted to include videos by using the current link of the video but the link keeps changing frequently.
Try this way
In the above code the daily motion video id is
You can change it with your id.
I used the package "video_player" and it is working fine. To check more details you can visit the below URL: https://pub.dev/packages/video_player