youtube_details 1.0.3
youtube_details: ^1.0.3 copied to clipboard
A Dart & Flutter package to fetch YouTube Channel Details, Videos, Shorts, Posts & Single Video Details — No API Key Required.
1.0.3 — YouTube Search Query Support 🔍 #
- Added
fetchSearch(String query)method inYouTubeDetails- Fetch videos and shorts using any YouTube search query
- Returns a
SearchResponseobject containing:videos→ List ofSearchVideoModelshorts→ List ofSearchShortModel
- Introduced
SearchResponse,SearchVideoModel, andSearchShortModelclasses - Integrated
YouTubeScraperfor parsingytInitialDatafrom search results - Updated example project to demonstrate fetching videos & shorts by search query
- Fixed undefined method issue for search functionality
1.0.2 — Code Formatting Improvements 🧹 #
- Applied
dart formatacross the entire project - Cleaned up unused imports and improved code style
- Removed redundant exports and optimized library structure
- Improved consistency in indentation and spacing
1.0.1 — Minor Fixes & Updates 🔧 #
- Fixed string quote consistency in model classes and
YouTubeDetails - Improved error handling in fetch methods
- Minor performance improvements
1.0.0 — Initial Release 🚀 #
- Introduced
youtube_detailspackage - Fetch YouTube Channel Details
- Fetch All Videos
- Fetch Shorts
- Fetch Posts / Community Tab
- Fetch Single Video Details using oEmbed
- Works without YouTube API Key (no quota limit / no authentication)
- Supports Dart & Flutter
What's Next? #
- Pagination for videos & shorts
- Fetch comments
- Download thumbnails in HD & 4K