yt 2.2.5 yt: ^2.2.5 copied to clipboard
Native Dart interface to multiple YouTube REST APIs including the Data API.
2.2.5 #
- dependency bump
2.2.1 #
- remove dart:io dependency from library to enable web platform support
- api doc updates
2.2.0-dev.2 #
- remove dart:io dependency from library to enable web platform support
- api doc updates
2.2.0-dev.1 #
- new oauth implmentation that supports io versus browser usage
2.2.0-dev.1 #
- new oauth implmentation that supports io versus browser usage
2.1.0 #
- implements
commentThreads
(partial) - implements
comments
(partial) - manipulate dio interceptor order
- dependency bump
- update auth scope
- Authentication header in dio
Interceptor
- updated scope
2.0.6+9 #
- badge update
- README tweaks
2.0.6+8 #
- more relevant flutter example
- close out http connection so cli code exits immediately
- superclasses to remove code repitition
- updated README for main project and flutter example
2.0.6+7 #
- switch to googleapis_auth package for cli
- cli is working again, even thoough if anyone noticed they didn't submit an issue
- the error returned by the API server is now displayed when an exception is generated by a cli command
- added an overwrite credentials flag to the cli
authorize
command
2.0.6+6 #
- README changes
- support for
stream update
- dependency bump
2.0.6+5 #
- auth by key doesn't need "async"
2.0.6+4 #
- fix publishing tools
2.0.6+3 #
- adjustments
2.0.6+1 #
- dependency bump
2.0.6 #
- build tools
2.0.5 #
- fixing pub points
2.0.4 #
- remove deprecated dependency
2.0.3 #
- fix apiKey
2.0.2 #
- better chatbot docs
2.0.1 #
- added chatbot example, better docs
2.0.0 #
- Command line app provided, some functional updates
1.2.2 #
- Export CachePolicy
1.2.1 #
- Integration of dio cache interceptor. Default dont use DioCacheIntercepter.
- Fetch video details
1.1.4 #
- bugfix for flutter build web
1.1.3 #
- autostop is not required
1.1.2 #
- custom exception for authorization failure
1.1.1 #
- custom exception for authorization failure
1.1.0 #
- video upload actually works, refactored thumbnail upload and added support for the VideoCategories API
1.0.7 #
- correction for video upload, and dependency updates
1.0.6 #
- added the playlists API
1.0.5 #
- simplified OAuth2 now with persisted refresh token, and more API docs
1.0.4 #
- tweaked OAauth2 authentication and improved README
1.0.3 #
- still improving the api doc
1.0.2 #
- even more updated api doc, and more channels API
1.0.1 #
- updated api doc, and starting the channels API
1.0.0 #
- better support for Flutter apps, added a Flutter example
0.0.2 #
- improved README
0.0.1 #
- initial release