connect_flutter_plugin 2.36.0

SDKflutter
Platformandroidios

Acoustic Connect can monitor traffic between your application and server. It captures device context and user activity to monitor and evaluate the performance of your applications

Overview

Connect Automation CLI for Flutter is a command-line application that setups the Flutter Connect plugin on Android and iOS platforms, reads configuration values from ConnectConfig.json file.

Configure Connect

Run the Flutter Connect Automation CLI script following these steps:

  1. Copy the Connect Automation CLI folder to your Home folder:
    $HOME/.pub-cache/hosted/pub.dev/connect_flutter_plugin-/package/connect_cli to $HOME/connect_cli
  2. Open a Terminal in the Connect Automation CLI folder:
    cd $HOME/connect_cli
    
  3. In the Terminal, run the command:
    dart pub get
    
  4. Next, change the Terminal to the folder of your Flutter project in which you want to configure the Connect Flutter plugin.
    cd  <YOUR_PROJECT_PATH>
    
  5. In the Terminal, run the command:
    dart run $HOME/connect_cli/bin/connect_cli.dart