rxlabz / flutter_video_launcher

A video launcher plugin for Flutter
https://pub.dartlang.org/packages/video_launcher
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Change flutter dependency to a SDK dependency #1

Closed mit-mit closed 7 years ago

mit-mit commented 7 years ago

Currently the example app fails to build:

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.

mit-mit commented 7 years ago

cc @rxlabz

rxlabz commented 7 years ago

thanks. ( I think I changed this after a pub publish warning )