You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[camera_platform_interface] Migrate to null safety (#3530)
* Migrate camera_platform_interface to null safety
* Added camera to the NNBD plugin list
* Correct version number
* Convert optional parameters to required for CameraInitializationEvent
* Convert CameraId in test to non-nullable
* Test for null instead of enforcing non-null
* Attempt to fix dependency problem building all plugins
* Mark google_maps_flutter as NNBD
* Depend on correct Dart SDK version
* Attempt to fix dependency problem building all plugins
* Attempt to fix dependency problem building all plugins
* Attempt to fix dependency problem building all plugins
* Attempt to fix dependency problem building all plugins
* Add camera_platform_interface to exclude list
* Exclude camera from nnbd and non-nnbd
* Remove mockito dependency
* Make sure enableAudio is default false
* Include left-hand type definition
* Removed unused import statement
0 commit comments