supabase-community / flutter-chat

Simple chat application built with Flutter and Supabase.
https://supabase.com
91 stars 25 forks source link

Adding of Logic for Media Upload to supabase: Sending Messages with Media #6

Open fathyshalab opened 9 months ago

fathyshalab commented 9 months ago

Messages with Media Like Images, Pdfs and Video

Is your feature request related to a problem? Please describe.

A lot of users of chat apps probably want to have the possibility to send images, videos and pdfs to our system so what is the best way to do that.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

dshukertjr commented 9 months ago

A feature to be able to send files to this sample app would be awesome! Since this repo is open sourced, would you be interested in adding the feature? I would be happy to review the PR!