Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 26, 2024
1 parent e7ce6c3 commit 61fd473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MyApp extends StatefulWidget {

class _MyAppState extends State<MyApp> {
final TextEditingController _videoIdTextEditingController =
TextEditingController(text: 'vi77Dgk0F8eLwaFOtC5870yn');
TextEditingController(text: 'vi53STsr6cZ75TjW2DO65TDT');
ApiVideoPlayerController? _controller;
final TextEditingController _tokenTextEditingController =
TextEditingController(text: '');
Expand Down

0 comments on commit 61fd473

Please sign in to comment.