Skip to content

AlbertSnow/flutter_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_video

A new Flutter application.

Config

  1. set your phone video file path

change videoPathList params in main.dar file to your own phone local video pathes.

class _MyHomePageState extends State<MyHomePage> {

  var videoPathList = <String>['/my/local/video.pm4', '/other/path.mp4'];
  

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

It's maily containe some flutter practice case.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published