piwigo-flutter-app
piwigo-flutter-app copied to clipboard
fix image scale quality and update to latest flutter version
trafficstars
This PR fixed the scale quality of photo-view and fixed some dependency problems so that we can update to the latest flutter SDK version.
-
fix image scale quality: the default filterQuality of photo-view is none, whose algorithm is nearest neighbor up-sampling. Compared with the native Image widget of Android, it is more suitable to use medium filter quality (bilinear interpolation), which has a much favorable looking and is also fast for modern devices.
-
update dependencies: updated
flutter_slidableandextended_textto fix compile errors. Updatedrounded_loading_buttonto a custom fork, as the main repo has not update for a long time. We can use version 3.19.2 for now.