MixinNetwork / libsignal_protocol_dart

Signal Protocol library for Dart/Flutter
https://pub.dev/packages/libsignal_protocol_dart
GNU General Public License v3.0
159 stars 42 forks source link

Exported fingerprint classes #59

Closed abhay-s-rawat closed 2 years ago

abhay-s-rawat commented 2 years ago

Exported fingerprint classes as lints repoting "Do not import implementations from another package" as lib/src from other packages is considered to be private by convention.

export 'src/fingerprint/displayable_fingerprint.dart'; export 'src/fingerprint/fingerprint.dart'; export 'src/fingerprint/numeric_fingerprint_generator.dart'; export 'src/fingerprint/scannable_fingerprint.dart';