sentc_common 0.10.0
sentc_common: ^0.10.0 copied to clipboard
Common functions for the sentc and sentc light sdks. Sentc is an end-to-end encryption sdk with user and group management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sentc_common
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sentc_common: ^0.10.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sentc_common/sentc_common.dart';