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.
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