update buttons

This commit is contained in:
2024-03-02 11:11:46 +05:30
parent 992f9f3414
commit d55ba7cfdb
5 changed files with 177 additions and 142 deletions

View File

@ -648,7 +648,7 @@ class DestinationController extends GetxController {
// Save the image to the gallery
final result = await ImageGallerySaver.saveImage(imageBytes);
print("--- save result --- ${result}");
//print("--- save result --- ${result}");
}
Future<void> makeBuyPoint(Destination destination, String imageurl) async {