weklem_web_youtube_player

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

weklem web youtube player

WeKlem Web YouTube Player #
This Flutter web package allows you to easily embed YouTube videos.
Features #

Embed YouTube videos directly using the share link.
Responsive design that works on both web and mobile browsers.
Extensive playback controls and customizations.

Getting Started #
Prerequisites #

Flutter (version 3 and above)
Dart (version 3.1 and above)

Installation #
Add the following dependency in your pubspec.yaml:
dependencies:
weklem_web_youtube_player: ^0.0.2
Then run:

arduino
Copy code
flutter pub get
Usage
To embed a YouTube video, simply use the YouTubePlayerWidget:

dart
Copy code
YouTubePlayerWidget(
youtubeLink: 'YOUR_YOUTUBE_SHARE_LINK',
width: 480,
height: 259,
eScrollMode: EScrollMode.SCROLL,
scrollController: SC,
)
Replace YOUR_YOUTUBE_SHARE_LINK with the actual share link you get from YouTube.

Additional Information
For further details or any queries, please reach out through the issues section of this package's repository.

License
MIT License

Copyright (c) 2023 WeKlem Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.