LiWenHui96 / flutter_file_view

A file viewer plugin for Flutter, support local file and network link of Android, iOS.
Apache License 2.0
29 stars 34 forks source link

Is this package still under maintenance? #35

Open BodenTide opened 11 months ago

BodenTide commented 11 months ago

When I load flutter_file_view in pubspec.yaml, it obviously prompts that the dio package in flutter_file_view is too low.

Because flutter_file_view >=2.0.3 depends on dio ^4.0.0 and wolkezoo_app depends on dio ^5.3.3, flutter_file_view >=2.0.3 is forbidden. So, because wolkezoo_app depends on flutter_file_view ^2.2.1, version solving failed.

yanashenyang commented 7 months ago

same Because flutter_file_view 2.2.1 depends on dio ^4.0.0 and no versions of flutter_file_view match >2.2.1 <3.0.0, flutter_file_view ^2.2.1 requires dio ^4.0.0.

BodenTide commented 7 months ago

Yes, that's right, but currently the dio package has been maintained to 5.4.1. Do you have any plans to update the dio version?