diff --git a/README.md b/README.md index c522c2a..adb2651 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Flutter Cast Framework is a POC of a flutter plugin that lets you use Chromecast API in a flutter app. +## Useful links + +* [Repository](https://github.com/gianlucaparadise/flutter_cast_framework) +* [API Docs](https://gianlucaparadise.github.io/flutter_cast_framework/api/) + ## Exposed APIs Currently only the following APIs are integrated (both Android and iOS): @@ -144,7 +149,7 @@ I used this project to test the capabilities of the following technologies: ## Roadmap * CC in Expanded Controls (iOS) -* Handle Ad Break +* Handle Ad Break (ad skip, ad UI, ad countdown) * Handle progress seek * Handle queue * Handle mini-player diff --git a/pubspec.yaml b/pubspec.yaml index c9ee60a..d9d4d85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_cast_framework description: A new flutter plugin project. version: 0.0.1 -homepage: https://gianlucaparadise.github.io/flutter_cast_framework/ +homepage: https://gianlucaparadise.github.io/flutter_cast_framework/api/ environment: sdk: ">=2.12.0 <3.0.0"