Chinmay Garde 1db1d1507d Create an Xcode project template for dynamic service creation. (#2695)
* Create an Xcode project template for dynamic service creation.

The `create_native_service_sdk.py` will be run on the buildbot similar
to `create_ios_sdk.py`. This will create an Xcode project with both arm
and x64 assets that the user can use to fill in the service
implementation.

* Add the complete_static_lib property to sdk_lib_archive in
dynamic/BUILD.gn
2016-05-18 11:26:33 -07:00
..
2016-03-30 15:35:08 -07:00

Flutter Dynamic Services Loader

Third party service implementations are packaged as dylibs. Each dylib implementation needs to import just one file (dynamic_service_dylib.h) and implement FlutterServicePerform to provide the service implementation. In order to build the dylib, the build step needs the //sky/services/dynamic:sdk_lib GN rule.