mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
SkyApplication now reads service info from a services.json file bundled with the apk. For each service, it registers a method that invokes connectToService on a named class. This way, third party services can register themselves. There's a corresponding change to flutter_tools to generate this services.json when building an apk that depends on services.