mirror of
https://github.com/flutter/holobooth.git
synced 2025-07-03 13:06:18 +08:00

* feat: add camera selection dropdown to the animoji intro page * add tests * fix naming to keep consistency with bloc * init test deps in setUp() * use barrel import, make CameraSelector a separate widget * bunch of small fixes based on code review * add tests requested in code review * move camera intialization logic to camera bloc * use different widget to display camera error * remove global CameraBloc, move CameraSelectionDropdown tests to a separate file --------- Co-authored-by: Oscar <martinm.oscar@gmail.com>