elgarde_inspection 1.0.0
elgarde_inspection: ^1.0.0 copied to clipboard
A structured pre-purchase used-car inspection: a multilingual checklist, curated model-specific known defects, and 1-5 scoring with a critical clamp.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add elgarde_inspectionWith Flutter:
$ flutter pub add elgarde_inspectionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
elgarde_inspection: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:elgarde_inspection/elgarde_inspection.dart';