April 2020
Intermediate to advanced
380 pages
9h 24m
English
We will now build the camera preview for the application. We start by creating a new file, generate_live_caption.dart, with a GenerateLiveCaption stateful widget.
Let us look at the following steps to create a live camera preview:
camera: ^0.5.7
Next, we need to add the dependency to the project by running flutter pub get.
Read now
Unlock full access