Code Monkey home page Code Monkey logo

open_director's Introduction

Alt text

Open Director allows you to create videos quickly and easily by importing your own photos, videos and adding titles on a timeline using "drag and drop".

Open Director on Google Play

Developer info

Built with Flutter.

Prerequisites

  • Android Studio, including Android SDK and emulators (I use API 28, beacause I found a bug in API 29).
  • Visual Studio Code with dart and flutter plugins.
  • Optional: dart and flutter plugins for Android Studio.

Installing

User environment variables. Examples for Windows:

ANDROID_HOME C:\Users\<user>\AppData\Local\Android\Sdk
HOME C:\Users\<user>

System environment variables:

PATH C:\flutter\bin; C:\Users\<user>\AppData\Local\Android\Sdk\emulator

Check status and license acceptance (optional: dart and flutter plugins for Android Studio):

flutter doctor

Running and deploying

To check connected devices:

flutter devices

To check available emulators:

flutter emulators

or:

emulator -list-avds

To launch an emulator:

flutter emulators --launch Pixel_2_API_28

or:

emulator -avd Pixel_2_API_28

or from Visual Studio Code:

> shift + ctrl + p > Flutter: Launch emulator > Pixel_2_API_28

Run on connected device or launched emulator:

flutter run

To run from VS Code with hot reload and debug mode, on connected device or on a launched emulator:

> Debug > Flutter (launch)

Install apk on the connected device:

flutter clean
flutter build apk
flutter install

To generate an app bundle, because the apk is very fat:

flutter build appbundle --target-platform android-arm,android-arm64

License

This project is based on mobile-ffmpeg and is licensed under the LGPL v3.0. However, if source code is built using optional --enable-gpl flag or prebuilt binaries with -gpl postfix are used then MobileFFmpeg is subject to the GPL v3.0 license.

open_director's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.