embrace_cli

Last updated:

0 purchases

embrace_cli Image
embrace_cli Images
Add to Cart

Description:

embrace cli

A CLI that helps integrating the Embrace SDK into a Flutter project.
Features #
Makes modifications to the Android and iOS projects inside a Flutter application so that native layer uses the Embrace SDK.
Install #
dart pub global activate embrace_cli
copied to clipboard
Usage #
From the root of your Flutter project, run
embrace_cli installAndroid {YOUR_APP_ID} {YOUR_API_TOKEN}
copied to clipboard
to make the necessary changes to the Android code of your Flutter application.
You can use a similar command to perform changes to the iOS project:
embrace_cli installIos {YOUR_APP_ID} {YOUR_API_TOKEN}
copied to clipboard
The onboarding process in the Embrace dashboard will provide you with your app Id and your API token.
You can also verify the changes made to your project with the verifyIos and verifyAndroid parameters:
embrace_cli verifyAndroid
copied to clipboard
embrace_cli verifyIos
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.