TheAlphamerc / flutter_twitter_clone

Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
MIT License
3.94k stars 1.1k forks source link

Video Upload #294

Open MoWetEntertainment opened 1 year ago

MoWetEntertainment commented 1 year ago

I love this project! Can You Please Implement Video Uploading or post a guide to add video uploading?

TheAlphamerc commented 1 year ago

@MoWetEntertainment video upload feature is awesome. it will be great if someone helps me in doing that. Any PR is welcome.

Manish-Moond commented 1 year ago

Hi, @TheAlphamerc love to work on this feature. I am new to the open-source community but I have industry experience in flutter. Can you help me to get started?

TheAlphamerc commented 1 year ago

For this feature, we need the following things

  1. Widget to select video from device and display in create tweet page.
  2. Widget to display video uploading progress.
  3. Widget to display video in Tweet.
Manish-Moond commented 1 year ago

Hi, @TheAlphamerc thanks for pointing me in the right direction, I have started working on the composeTweet.dart file and using image_picker for video selection.

andreasts commented 1 year ago

You could check the below

video_player: ^2.2.15 chewie: ^1.2.2

composeTweetVideo.dart.txt tweetVideo.dart.txt

nikkivirtuoso commented 1 year ago

@TheAlphamerc i want to do this job can you assign it to me

TheAlphamerc commented 1 year ago

@nikkivirtuoso done!!

siddharth-coder8 commented 9 months ago

You could check the below

video_player: ^2.2.15 chewie: ^1.2.2

composeTweetVideo.dart.txt tweetVideo.dart.txt

@andreasts but this code where to add in main code how to join to main files