flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

embedder

Build

The Flutter embedder for Tizen.

Build

Prerequisites

Environment setup

  1. Create an empty directory called embedder and cd into it.

  2. Create a .gclient file by running:

    gclient config --name=src --unmanaged https://github.com/flutter-tizen/embedder
  3. Run gclient sync to fetch all the source code and dependencies.

    Note: gclient sync must be run every time the DEPS file (or the generate_sysroot.py script) is updated.

Compile

cd into the generated src directory and run the following commands.

Notes

Repository structure

This repository contains the following files and directories.