Skip to content

Flutter project that uses a mdns plugin in combination with dart chromecast to cast media from an iOS or Android device to a chromecast

License

Notifications You must be signed in to change notification settings

techstack2091/flutter_chromecast_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_chromecast_example

Example of an implementation of your iOS or Android device as a ChromeCast sender. Uses flutter_mdns_plugin for discovering the ChromeCast devices (because this cannot be done purely in Dart) and uses dart_chromecast to communicate with a connected ChromeCast (purely in Dart).

The dart_chromecast project is still under development and that's mainly why this example is also still very simple, but as the dart_chromecast project grows, so will this example implementation of it.

Usage

Make sure you have the latest version of Dart and Flutter installed. Clone this project, get pub dependencies and just run! Works both in the simulator and on a real device.

About

Flutter project that uses a mdns plugin in combination with dart chromecast to cast media from an iOS or Android device to a chromecast

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dart 79.0%
  • Ruby 9.9%
  • Shell 3.9%
  • Java 3.6%
  • Objective-C 3.6%