FLUTTER ECOSYSTEM

youtube_explode_dart

A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.

Latest version
3.1.0
30-day downloads
35.2K
Likes
691
Pub points
150

Package Overview

Package selection guidance compiled from public package information, community data, and project usage.

Overview

youtube_explode_dart is a Dart library that replicates the functionality of the YouTube Explode project, enabling developers to interact with YouTube content directly without requiring a YouTube API key. It supports fetching video details, playlists, search results, and more by parsing YouTube's public data. Designed for cross-platform use, it works seamlessly on Android, iOS, Web, macOS, Windows, and Linux. The package is ideal for applications needing real-time YouTube data access with minimal setup.

Use cases
  • Fetching video metadata
  • Searching YouTube videos
  • Extracting playlist contents
  • Building YouTube clients
  • Creating video players with dynamic content
Key features
  • No API key required
  • Cross-platform support
  • Real-time data parsing
  • Lightweight and fast
  • Supports video, playlist, and search operations
Suitable for
  • YouTube-based apps
  • Media discovery tools
  • Educational platforms
  • Content aggregation services
  • Offline video explorers
Considerations
  • Relies on public YouTube HTML parsing
  • May break with YouTube UI changes
  • Not suitable for high-volume requests
  • Limited official support
  • Rate limiting possible due to direct scraping
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add youtube_explode_dart

Categories

Source repository

Related projects