Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not to Upload any Future<Uint8List> #3

Closed
berkayhh opened this issue Jan 21, 2023 · 1 comment
Closed

Could not to Upload any Future<Uint8List> #3

berkayhh opened this issue Jan 21, 2023 · 1 comment

Comments

@berkayhh
Copy link

I would update a Signature Controller with this pub,
But it's not accepting Future , that must be a String , i think only the Asset files.
Can u explain any way to upload an Future Data to my Hosting ?
I can only export to ,
Svg , Raw , PngByte,
https://pub.dev/packages/signature
Thx for ur Solution.
Regards

@salim-lachdhaf
Copy link
Owner

i will add the possibility to upload <Uint8List> in the next versions.
for now , the best solution for you is to convert your Uint8List to a File (File.fromRawPath(Uint8List uint8List)) and upload it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants