Skip to content

syonip/flutter_video_sharing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ios
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flutter Video Sharing app

final.gif

An example app to demonstrate video sharing using Firebase and Publitio.

Read the full tutorial in my blog.

Getting Started

You need to setup Firebase and Publitio credentials in order to run the sample:

Firebase setup

Complete the setup process as described here.

You should add two files:

  • Android: android/app/google-services.json
  • iOS: ios/Runner/GoogleService-Info.plist

Publitio setup

  • Create a free account at publit.io.
  • Create a file named .env in the root folder of the project, and add the key and secret:
PUBLITIO_KEY=abc123
PUBLITIO_SECRET=abcdefg1234567
  • Create a file: ios/Runner/Config.xcconfig, and add the same:
PUBLITIO_KEY = abc123
PUBLITIO_SECRET = abcdefg1234567

Run the project

Run the project as usual using flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published