terrabythia / dart_chromecast

Dart package to play videos to a chromecast device
MIT License
62 stars 66 forks source link

Fix pub analysis error #37

Closed dxvid-pts closed 3 years ago

dxvid-pts commented 3 years ago

Since Dart 1.12 dart_chromecast does not pass static analysis on pub.dev. This also applies to packages depending on this library and thus is crucial to me.

Capture

dxvid-pts commented 3 years ago

The reason for this is that dart_chromcast depends on observable ^0.22.2 which depends on dart_internal which requires the dart version to be <2.12

terrabythia commented 3 years ago

Should be fixed because the current version does not depend on the observable package anymore.