apivideo / api.video-flutter-live-stream

Flutter RTMP live stream client. Made with ♥ by api.video
MIT License
62 stars 37 forks source link

[Bug]: Version solving failed on meta #31

Closed grahaTecq closed 1 year ago

grahaTecq commented 1 year ago

Version

v1.1.1

Which operating systems have you used?

Environment that reproduces the issue

iMac 2019

Is it reproducible in the example application?

Yes

RTMP Server

api.video

Reproduction steps

run flutter pub get

Expected result

pub get successfully run

Actual result

Because every version of flutter_test from sdk depends on meta 1.7.0 and every version of apivideo_live_stream from path depends on meta ^1.8.0, flutter_test from sdk is incompatible with apivideo_live_stream from path. So, because apivideo_live_stream_example depends on both apivideo_live_stream from path and flutter_test from sdk, version solving failed.

Additional context

No response

Relevant logs output

No response

grahaTecq commented 1 year ago

Solved after upgrade the Flutter to the latest version (when I write this is 3.7.8).