embrace_cli 1.1.0 copy "embrace_cli: ^1.1.0" to clipboard
embrace_cli: ^1.1.0 copied to clipboard

A CLI for integrating the Embrace SDK into a Flutter project.

example/example.md

Install #

dart pub global activate embrace_cli

Usage #

From the root of your Flutter project, run

embrace_cli installAndroid {YOUR_APP_ID} {YOUR_API_TOKEN}

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}

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
embrace_cli verifyIos
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A CLI for integrating the Embrace SDK into a Flutter project.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_console, path

More

Packages that depend on embrace_cli