mit-macbookpro2:tmp mit$ cd flutter_video_launcher/example/
mit-macbookpro2:example mit$ flutter build apk
Running "flutter packages get" in example...
Incompatible dependencies on flutter:
- video_launcher 0.2.1 depends on it from source hosted
- video_launcher_example depends on it from source sdk
pub get failed (1)
This resolves it by changing the Flutter dependency to an SDK dependency.
Currently the example app fails to build:
This resolves it by changing the Flutter dependency to an SDK dependency.