Skip to main content

Installation

1. Configure your dart pub client

  • Obtain a Pub token from Silence Laboratories team.

  • Add token to dart pub client using the command:

Terminal
dart pub token add https://dart-pkg.silencelaboratories.com
Enter secret token: <silence-token>

2. Install the library

  • Add silent_shard_sdk from the https://dart-pkg.silencelaboratories.com registry. In terminal from root of the flutter project, run
Terminal
dart pub add 'silent_shard_sdk:{"version":"1.0.0", "hosted":"https://dart-pkg.silencelaboratories.com"}'

Or add following lines in pubspec.yaml

pubspec.yaml
dependencies:
silent_shard_sdk:
version: 1.0.0
hosted: https://dart-pkg.silencelaboratories.com
  • Run dart pub get