7mada123 / disposable_cached_images

MIT License
9 stars 4 forks source link

New memory management in Flutter 3.7 #7

Closed mohamed-yahyaoui closed 1 year ago

mohamed-yahyaoui commented 1 year ago

Did this feature introduced in Flutter 3.7 https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c#2507 make this package unnecessary?

7mada123 commented 1 year ago

Hi Mohamed, This new feature is solely focused on improving Dart's garbage collector and will not address the image memory issue. However, this package tries to solve this issue #62107. Once the Flutter team resolves it, this package will no longer be necessary.

mohamed-yahyaoui commented 1 year ago

Thanks for the response and the packge