Running Piwigo-Flutter-App from source code

I installed the piwigo server to manage photos, I also downloaded the Piwigo-Flutter-App from github, when I try to run the application…

Running Piwigo-Flutter-App from source code

I installed the piwigo server to manage photos, I also downloaded the Piwigo-Flutter-App from github, when I try to run the application from source code, it report build error, here is the solution to solve the problem in my computer.

Solutions

Use Flutter stable channel

flutter channel stable

Updated the code

Changed the method from pickMultipleMedia to pickMultiImage in image_actions.dart

Update kotlin version to 1.8.10

Update the kotlin version in build.gradle in android folder.