PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Modify the photofield to save the images in-order. #46

Closed WilliamDormer closed 2 years ago

WilliamDormer commented 2 years ago

Description of the feature Freezed (the package) does not allow (at least not in a way I understand) the storage of lists. The problem with this is that the image paths that are returned by image_picker need to be ordered so that we can maintain that order when we save it to the database (ultimately so that we know the order to show people in the app). Thus we need to figure out a work-around for this, and then append that to the request made to the backend.

WilliamDormer commented 2 years ago

Fixed by instead saving the Files in a separate provider that has a list.