[Video player] Temporarily disable auto-repeat (#20)

* Disable auto-repat when stream is completed

* Update template

* version 0.9.1
This commit is contained in:
Hidenori Matsubayashi
2021-08-04 14:02:58 +09:00
committed by GitHub
parent 39843c2a0a
commit ccdb4d9d20
5 changed files with 20 additions and 11 deletions
@@ -14,8 +14,8 @@
class FlutterEmbedderOptions {
public:
FlutterEmbedderOptions() {
options_.AddString("bundle", "b", "Path to Flutter app bundle", "./bundle",
true);
options_.AddString("bundle", "b", "Path to Flutter app bundle", "./",
false);
options_.AddWithoutValue("no-cursor", "n", "No mouse cursor/pointer",
false);
#if defined(FLUTTER_TARGET_BACKEND_GBM) || \