I'm starting a project to develop a mobile application where I'll need to access the phone's camera and retrieve a picture/photo.
However, before going to a native application, I would like to know if Dart (compiled to JavaScript, of course) could access Android phone's camera and retrieve that picture. In that case, the application would be web based.
Could Dart do it or I'll need a native application?