Capture video with flutter
问题 Hi I am in the process of developing an app with flutter with video recording functionality. I have come across 2 plugins with ability to capture/save an image as a file with flutter: Camera v0.0.2 and Image_picker v0.2.1 , they work well and are official flutter plugins. In essence I would like to build a mini camera plugin with video recording capabilities with flutter, which would work with iOS and Android seamlessly. Any suggestions, direction, methods to upgrade these plugins are welcome