I'm developing a desktop app with flutter, and I gotta get the metadata information.
I've been trying to use flutter_ffmpeg, but It does not have support to flutter desktop. Is there another way to do that for flutter desktop?
Related
I am currently developing a flutter Chat application that I would like to add to an existing website developed in React. But I'm not sure how to do that or even if it's possible.
I found articles about adding flutter to android or iOS apps. But I found nothing that could help me with integrating a flutter package into a website.
I am developing a project with flutter for web, ios and android. How can I develop this app remotely? can i do this? I want to be able to make instant changes according to the user's request. How can I do that?
I am currently working on Flutter web and want to build Google meet like feature in the web app. I found some like Jitsi, 100ms and VideoSDK, but they don't support FLutter web.
I am not familiar with it. But i know Agora is supporting flutter. But i don't know if it will work with flutter web.
https://docs.agora.io/en/Video/landing-page?platform=Flutter
Edit:
The SDK package says it supports web
https://pub.dev/packages/agora_rtc_engine/versions/5.2.0
I was trying out flutter platform to create a multipage website with android and ios responsiveness using single codebase for my flutter app. I've already tried some single page samples in flutter which are following,
Flutter web, android & ios using Stacked architecture & Responsive_builder
Flutter web, android & ios using MVVM & Responsive_Framework
Flutter web, android & ios using simple Getx package.
All of them are working fine, but what I want is to collect your opinions who have already created a production ready app in flutter web.
Should we consider using Navigator 2.0 for flutter web responsiveness?
Does responsive_framework package work fine if we have complex designs because I'm not confident about the font size and styling application using it?
Can we use any other app architecture, responsive package, design pattern or any other concepts for multipage production level use cases.
Any suggestions would be appreciated.
Thanks.
I want to use TradingView's webView in flutter desktop project. But unfortunately webView not support in desktop version.
Is there any way to use webView in app?