diff --git a/README.md b/README.md index 3c72b8b..c97be3c 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,9 @@ Currently only the following APIs are integrated (both Android and iOS): #### Add Dependency -Clone this repo and add the following piece of code to your app's pubspec - -```yaml -dependencies: - flutter_cast_framework: - path: ../flutter_cast_framework/ # the path depends on where you cloned this repo +Run the following to add `flutter_cast_framework` to the dependencies: +```shell +flutter pub add flutter_cast_framework ``` ### Android Setup @@ -155,8 +152,9 @@ Next features to be developed: * CC in Expanded Controls (iOS) * Expanded Controls cosmetics (ad in progress bar, full screen, progress bar handle) -* Title in MiniController and ExpandedControls (blocked because of a [pigeon issue](https://github.com/flutter/flutter/issues/93464)) +* Title in MiniController and ExpandedControls (blocked because of a [pigeon issue](https://github.com/flutter/flutter/issues/93464), but solved with a workaround) * Handle queue * Handle progress seek * Understand if it is better to refactor using streams instead of listeners -* Add tests \ No newline at end of file +* Add tests +* Various glitches and cosmetic fixes \ No newline at end of file diff --git a/doc/api/__404error.html b/doc/api/__404error.html index 8f9c0a6..74a62fb 100644 --- a/doc/api/__404error.html +++ b/doc/api/__404error.html @@ -30,7 +30,7 @@
flutter_cast_framework
diff --git a/doc/api/index.html b/doc/api/index.html index 0532554..57b7582 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -30,7 +30,7 @@
flutter_cast_framework
@@ -46,6 +46,7 @@

Flutter Cast Framework

Overview

+

Pub Version (including pre-releases)

Flutter Cast Framework is a POC of a flutter plugin that lets you use Chromecast API in a flutter app.

Setup

Add Dependency

-

Clone this repo and add the following piece of code to your app's pubspec

-
dependencies:
-  flutter_cast_framework:
-    path: ../flutter_cast_framework/ # the path depends on where you cloned this repo
+

Run the following to add flutter_cast_framework to the dependencies:

+
flutter pub add flutter_cast_framework
 

Android Setup

1. Create CastOptionsProvider

@@ -162,30 +161,14 @@ Select Runner from left pane > General tab > Deploym

Roadmap

Next features to be developed:

    -
  • -

    Test strings workaround on ios

    -
  • -
  • -

    CC in Expanded Controls (iOS)

    -
  • -
  • -

    Expanded Controls cosmetics (ad in progress bar, full screen, progress bar handle)

    -
  • -
  • -

    Title in MiniController and ExpandedControls (blocked because of a pigeon issue)

    -
  • -
  • -

    Handle queue

    -
  • -
  • -

    Handle progress seek

    -
  • -
  • -

    Understand if it is better to refactor using streams instead of listeners

    -
  • -
  • -

    Add tests

    -
  • +
  • CC in Expanded Controls (iOS)
  • +
  • Expanded Controls cosmetics (ad in progress bar, full screen, progress bar handle)
  • +
  • Title in MiniController and ExpandedControls (blocked because of a pigeon issue, but solved with a workaround)
  • +
  • Handle queue
  • +
  • Handle progress seek
  • +
  • Understand if it is better to refactor using streams instead of listeners
  • +
  • Add tests
  • +
  • Various glitches and cosmetic fixes
@@ -220,7 +203,7 @@ Select Runner from left pane > General tab > Deploym