Uploading document in Supabase bucket through custom action

Custom Code

Hi everyone,

I need to create a PDF and to save it in Supabase bucket.

Every thing is working well till I add the following part of the code.

Then compilation is throwing me an error : "

I may understood that ther could be a conflict between Dart:io package and another package.

Here I am only importing the following packages:

The whole process (PDF creation excluded) is described in the following code.

I am a bit lost.

If some one can shade a light on the issue, that would be great ๐Ÿ™‚

Thanks in advance for your help,

What have you tried so far?

Checking Supabase command, removing Dart:io package, modifying my File() function parameters, etc..

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