Collin Jackson b8151a8d9b Merge pull request #2524 from collinjackson/google_signin
Allow third-party services to listen to openURL on iOS (needed for Google Sign-In)
2016-04-01 07:08:54 -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.