rmbrone / flutter_audio_recorder

Flutter plugin that can support audio recording and level metering
MIT License
119 stars 150 forks source link

Incompatible with file ^6.0.0? #64

Open meghead opened 3 years ago

meghead commented 3 years ago

So its seems there's an incompatibility with file ^6.0.0.

Because flutter_audio_recorder 0.5.5 depends on file ^5.0.4 and no versions of flutter_audio_recorder match >0.5.5 <0.6.0, flutter_audio_recorder ^0.5.5 requires file ^5.0.4.
So, because flutter_audio_recorder_example depends on both file ^6.0.0 and flutter_audio_recorder ^0.5.5, version solving failed.
pub get failed (1; So, because flutter_audio_recorder_example depends on both file ^6.0.0 and flutter_audio_recorder ^0.5.5, version solving failed.)
mayder commented 3 years ago

I have same problem. Upgrade to null safety and file 6.0.0 please!

Tanelo commented 3 years ago

Can you please update your plugin ??? @mayder @meghead should we send them an email ?? theirs are :wenyan@zeno.group tao@zeno.group

mayder commented 3 years ago

I'll try update and send a request pull

RPUruIT commented 3 years ago

Any update on this thread?