ar_quido library
Classes
- ARQuidoMethodChannel
- An implementation of ARQuidoPlatform that uses method channels.
- ARQuidoPlatform
-
The interface that platform-specific implementations of
ar_quido
must extend. - ARQuidoView
- A widget which displays a camera stream with image recognition features enabled.
- ARQuidoViewController
- Controller for a single ARQuidoView instance running on the host platform.
- ARQuidoViewState
- Scanner's view state that's used by the ARQuidoViewController instance to to connect widget's arguments with the platform interface.
- ErrorEvent
- An event fired when the scanner raises an error.
- ImageDetectedEvent
- An event fired when the scanner detects a reference image.
- ImageTappedEvent
- An event fired when the a marker of the reference image is tapped.
- RecognitionPausedEvent
- An event fired when the scanner pauses the image recognition.
- RecognitionResumedEvent
- An event fired when the scanner resumes the image recognition after a pause.
- RecognitionStartedEvent
- An event fired when the scanner starts the image recognition.
- ScannerEvent
- Generic event coming from the native side of the scanner.