GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later.

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
PLEASE NOTE THAT YOU NEED A KEYBOARD TO ACCESS THE TERMINAL
/ $  

Videos streaming application

I worked on developing flutter Android and IOS applications for fetching and displaying videos from streaming websites through REST API

I used the Bloc State Management Library in the application development.

There’s no direct way to fetch Video streams from free video streaming websites, so I used multiple packages to parse pages HTML tags and execute JS scripts to be able to get video stream links.

The application does the following.

  • View videos from streaming websites.
  • Search videos by name and category.
  • Create playlists for videos.
  • Create a new account on the application. Add videoes to persomal lists.
  • View video author profiles.
  • Search for similar videos.
Share it: