I want to integrate Mattermost UI in my flutter web application.I search a lot to get the mattermost chat ui but i didnt get any result.
Is it possible to get the ui of mattermost chat for directly use in flutter web application.
I saw flutter packages to connet mattermost api .
Related
I have designed a mobile application using flutter, I have seen that it is compatible with the web and I would like to know how to migrate my already designed application to the web environment, I know that I must take into account the compatibility with the dependencies that I have used and already reviewed.
At the moment I have carried out the following process, but all it does is create a folder with few elements that when executed, the browser opens with a blank page, the flutter logo and a blue appbar. What procedure am I missing?
flutter config --enable-web
flutter create.
flutter run -d chrome
I'm using local_auth in Flutter, but local_auth doesn't support web.
I need that if a user logs into the web version of my app with their mobile, they can log in with their fingerprint.
I also wrote the web version with Flutter.
What should I do to solve this problem?
So I am using firebase for my flutter web project but the image is not showing on the desktop version and showing on android chrome. using firebase hosting and domain so cros access I think should not be a problem or is it. I dont know
desktop:
mobile:
Basically how can I use the GET_ACCOUNTS permission in a flutter app to get the users account?
I found this plugin https://pub.dev/packages/account_manager_plugin but it's outdated and doesn't run in newer, null-safety Flutter
I am working on flutter web app where i have implemented razorpay in my web app.
so razorpay working on local database but not working when I deployed website (on a custom domain).enter image description here