Skip to content

ConnorRigby/zig-flutter-embedder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig Flutter Embedder

Usage

The setup for this is currently sort of convoluted. TODO: automate this process in the future..

  • Get Zig
  • Get Flutter
  • Get a statically linked library for your platform: find / -name "engine.version"
  • Unzip that into this directory: unzip flutter_embedder
  • Create a new flutter app (or copy your own): flutter create myapp
  • Create a bundle: cd myapp && flutter build bundle
  • zig build run

Screenshots and Demos

TODO: add more examples

Flutter Demo Home Page Flutter Demo Home Page

Docs, Links, etc

These links helped me, but to be quite honest, only in spirit. They contain almost no useful information.