Anoop Mohandas

Results 4 comments of Anoop Mohandas

@RTsosssoldi I'm using the following package to check if Google Fit is installed in the device `import 'package:device_apps/device_apps.dart';` Add the permission in the manifest file ` ` Use the following...

> I used cueVideoByUrl() function to play video which has dash inside video id. > > before > > `_controller = YoutubePlayerController.fromVideoId( videoId: widget.data.videoUrl!, startSeconds: widget.data.startSeconds, endSeconds: widget.data.endSeconds, params: const...

@rettet-die-stille Moved all my projects from assets audio player to `just_audio`

I'm facing a similar issue, after updating video ids with hyphen is not working. As a temporary workout by loading the video using url, this is found to be working....