I have a base64 string of a document from api. I want to know which extension/file format is that. Because if it is in jpg/jpeg/png i want to show it in image w
I have a big input form that is consist of textfields & dropdown choices inside table I want to navigate between them with pressing key enter
according to the Flutter documentation, it is mentioned that camera_web plugin is similar to the camera plugin, but designed for web application, so I want to r
I deployed my Flutter web app to an apache server. Flutter adds /#/ just after the base path for all paths. It all works fine. But I need to handle a redirect u
I am trying to implement Flutter web url navigation in my application. When I am trying to open http://localhost:7357/privacy-policy directly it is opening fine
Problem App Check works fine in production mode, but in debug mode I get errors: 401: Firebase App Check token is invalid. I tried two things: Generate a debug
Im currently using https://pub.dev/packages/file_picker for this function FilePickerResult result = await FilePicker.platform.pickFiles(); if (result != nu
I want to build my portfolio with Flutter web, but only thing is load on Inspect page is this: <flt-glass-pane style="position: absolute; inset: 0px; cursor:
import 'package:flutter_svg/flutter_svg.dart'; void main() { runApp(MaterialApp( home: Scaffold( // adding App Bar appBar: AppBar( ac
In my flutter application, I need to force open a google play store link through google chrome and not through the play store app. How can I do it? It is possib
I've deployed a release in an ubuntu server with apache. When I access the deployed app, it shows in console: Error while trying to use the following icon from
I was thinking to developing a windows desktop application with dart and flutter but i don't know how can i integrate Firebase cloud messaging with it. Any sugg
Flutter unable to connect API when I try to run web app I'm using auth api it's working fine with android and iOS but I'm unable work on flutter-web. here are
couldnt find anything wrong with it dependencies: google_mobile_ads: ^1.1.0 Error: MissingPluginException(No implementation found for method MobileAds#initia
Wanted to replicate some UI. Can I do this with in built flutter widgets? I have tried using Chip but was not able to. Will CustomPainter be the right thing to
onTap: () { showDialog( context: context, builder: (BuildContext context) { return ImageNetwork( image: data['image'].toString(), height: 400, width: 400, durat
Can anyone help me. How to Save Icon in hive database in flutter. And to read it. When I'm saving Icons it is giving error unhandled exception: hiveerror: canno
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
I am trying to integrate a flutter web app into a Nextjs webpage. I have seen this question but it is not working. I also want to be able to pass a user id or s
I have implemented code which will allow me to access the camera in my flutter application and it is working perfectly when the app is opened on android, but th