mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Third-party libraries can now provide their own mojo services. They do so by adding a config.yaml file to their pub package which contains - a list of service names and java classes which handles that service's registration. - a list of pre-built .jar files to statically link with the app's shell when building the app.