CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Offer detailed camera controls on larger screens #34

Closed MrCsabaToth closed 2 days ago

MrCsabaToth commented 4 weeks ago

Currently I only display camera selector, but the plugin is capable of changing flash mode, exposure, or focus. https://pub.dev/packages/camera/example

MrCsabaToth commented 3 weeks ago

For now this won't be an auto detect but could be switched in preferences

MrCsabaToth commented 6 days ago

Interesting findings about the Wonderous Flutter App: https://github.com/gskinnerTeam/flutter-wonderous-app/

  1. It uses https://pub.dev/packages/smooth_page_indicator for carousel indicator
  2. It uses https://pub.dev/packages/get_it for state management (also combined with Provider). It doesn't use https://pub.dev/packages/watch_it though because I guess it was created before that?