Signature Widget and Retrieval on Supabase

Custom Code

Hi there,

I've been trying to integrate a signature widget into my app for several days now, but I haven't had any luck. Since I'm using Supabase, I can't use the "Upload Signature" action available with the Signature widget provided by FlutterFlow.

my goal is to have a signature widget, be able to retrieve the signature in SVG format (the lightest?), and be able to insert it into my Supabase table.

This is the only feature I'm missing to start using my app ๐Ÿ˜Ÿ

I don't know what other information you would need to help me with this task.

What have you tried so far?

So I turned to custom widgets available on pub.dev and tried to integrate the widget, but I always got compilation errors. I'm having trouble understanding which dependencies are required and if they are installed correctly.

The latest attempt was with the custom signature widget whose dependency is already integrated into FlutterFlow version 5.4.0.

https://pub.dev/packages/signature/versions/5.4.0/install

For this, if I understand correctly, I also had to import the "image" and "flutter_svg" dependencies. I tried to do that, but then I couldn't compile the code.

Thank you,

Did you check FlutterFlow's Documentation for this topic?
Yes
3