mca_official_inspection_sdk 0.0.1 copy "mca_official_inspection_sdk: ^0.0.1" to clipboard
mca_official_inspection_sdk: ^0.0.1 copied to clipboard

The Official Flutter SDK from MyCover.ai for vehicle inspection

The Official MyCover.ai Inspection SDK #

MCA package for inspecting vehicles, supports both iOS and Android platforms.

Features #

Full Vehicle Inspection

Getting started #

  1. Add package mca_official_inspection_sdk to your pubspec.yaml file
  2. Run flutter pub get

Usage #

import 'package:mca_official_inspection_sdk/views/inspection.dart';


    var token = "<YOUR_TOKEN>";
    final inspection = MyCoverInspection(
        context: context,
        email: '',
        token: token,
        camera: widget.camera,
        providerId: '',
        distributorId: '',
        customerId: '',
        productId: '',
        policyId: '52e66198-0028-4958-80b5-1cb9c5a8ca73',
        typeOfInspection: InspectionType.preClaim);
    
    inspection.initialise();
0
likes
120
points
46
downloads

Publisher

verified publishermycover.ai

Weekly Downloads

The Official Flutter SDK from MyCover.ai for vehicle inspection

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, fluttertoast, geolocator, get, http, native_screenshot, path, path_provider, permission_handler, video_compress

More

Packages that depend on mca_official_inspection_sdk