-
Notifications
You must be signed in to change notification settings - Fork 187
Docker usage/explanation/example #39
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
This project is awesome! I'd like to do some libflutter.so
patching myself, but I'm not sure what the correct procedure is.
I've got the Docker container set up, and it seems like the code I want to edit is in /customEngine
, but it's unclear to me how to proceed. Is there an explanation of your original patching technique (for dumping the Dart classes, etc.)? Or are there any plans to expand the Docker usage explanation?
Edit: So apparently the Docker container automatically builds libflutter
after the wait time specified in the docker run
command. The resulting libflutter
builds will be in the directory (on the host machine) where you ran docker run
.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation