Closed
Description
Use case
The camera plugin can be migrated to nnbd since all dependencies already have a nnbd version available.
Proposal
This issue is meant to track the progress of migrating the camera plugin to nnbd. Steps to be taken:
- Migrate the [camera_platform_interface] package (see PR [camera_platform_interface] Migrate to null safety plugins#3530);
- Migrate the [camera] package;
- Draft PR created (awaiting NNBD of camera_platform_interface to be published): [camera] NNBD migration of the camera plugin plugins#3533
(path_provider
is a blocker via dev_dependencies
)