mehranshoqi / voice_message_player

Play / Show voice messages in your Flutter application.
https://mehran.app
MIT License
72 stars 108 forks source link

Dependence to syncfusion_flutter_core #45

Open loneObserver1 opened 3 months ago

loneObserver1 commented 3 months ago

Hello !

I have a Flutter app that uses syncfusion_flutter, and since the last Flutter update, there’s a dependency issue.

Could you please update the package for the new version of Flutter?

My flutter version:

Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 80c2e84975 (13 days ago) • 2024-07-30 23:06:49 +0700 Engine • revision b8800d88be Tools • Dart 3.5.0 • DevTools 2.37.2

Because syncfusion_flutter_sliders >=25.1.41 <25.1.42 depends on syncfusion_flutter_core ^25.1.41 and syncfusion_flutter_sliders >=25.1.42 <25.2.3 depends on syncfusion_flutter_core ^25.1.42, syncfusion_flutter_sliders >=25.1.41 <25.2.3 requires syncfusion_flutter_core ^25.1.41. And because syncfusion_flutter_sliders >=25.2.3 <25.2.4 depends on syncfusion_flutter_core ^25.2.3 and syncfusion_flutter_sliders >=25.2.4 <25.2.5 depends on syncfusion_flutter_core ^25.2.4, syncfusion_flutter_sliders >=25.1.41 <25.2.5 requires syncfusion_flutter_core ^25.1.41. And because syncfusion_flutter_sliders >=25.2.5 <25.2.6 depends on syncfusion_flutter_core ^25.2.5 and syncfusion_flutter_sliders >=25.2.6 <25.2.7 depends on syncfusion_flutter_core ^25.2.6, syncfusion_flutter_sliders >=25.1.41 <25.2.7 requires syncfusion_flutter_core ^25.1.41. And because syncfusion_flutter_sliders >=25.2.7 <26.1.35 depends on syncfusion_flutter_core ^25.2.7 and every version of voice_message_player depends on syncfusion_flutter_sliders ^25.1.41, every version of voice_message_player requires syncfusion_flutter_core ^25.1.41. So, because decibell depends on both syncfusion_flutter_core ^26.2.8 and voice_message_player any, version solving failed.

New version of syncfusion_flutter_sliders : syncfusion_flutter_sliders

Thank you very much!