This is a framework for building dynamic app with flutter in AOT mode
The initial demo project has been finished.
It includes several parts:
-
dart2json: A compiler to convert dart/flutter codes/projects to several json config files.
-
parser&receiver: The SDK integrated in the client app to rebuild flutter app with remote json config files.
-
config server: A server to publish configs to all clients.
The initial version will be published at the end of December.