superlistapp / super_sliver_list

Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents and reliably jump / animate to any item.
https://superlistapp.github.io/super_sliver_list/
MIT License
277 stars 15 forks source link

Would like to be able to use version 0.2.0 in flutter 3.13 #36

Closed fyxtc closed 6 months ago

fyxtc commented 6 months ago

Because super_sliver_list >=0.2.0-dev.1 depends on collection ^1.18.0 and every version of flutter from sdk depends on collection 1.17.2, super_sliver_list >=0.2.0-dev.1 is incompatible with flutter from sdk. So, because xxx depends on both flutter from sdk and super_sliver_list ^0.2.0, version solving failed.

knopp commented 6 months ago

Don't see why not.