apollo_flutter 0.0.1-alpha.1
apollo_flutter: ^0.0.1-alpha.1 copied to clipboard
the Apollo service of the Terra platform.
apollo_flutter #
A flutter plug-in for the native Apollo library (Android and iOS).
Library usage #
Initialize/get an Apollo instance #
Static Method: getInstance(String appName) → Future<Apollo>
Should be called in initialize phase of your app and must be called after initilizing TerraApp successful.
Get the Apollo theme #
Method: getTheme() -> ApolloTheme