csdocumentoscopysdkflutter 1.3.0
csdocumentoscopysdkflutter: ^1.3.0 copied to clipboard
ClearSale DocumentosCopy SDK for flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add csdocumentoscopysdkflutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
csdocumentoscopysdkflutter: ^1.3.0Alternatively, 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:csdocumentoscopysdkflutter/csdocumentoscopy_sdk_method_channel_dart_to_native.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopy_sdk_method_channel_native_to_dart.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopy_sdk_response.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_authentication_request_body.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_authentication_response.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_colors_configuration.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_environments.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_exceptions.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_exit_reasons.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_flow_types.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_identity_configuration.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_method_channels.dart';
import 'package:csdocumentoscopysdkflutter/csdocumentoscopysdkflutter_sdk.dart';