Fix published docs
This commit is contained in:
parent
b22a3df404
commit
255d34c650
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue