Category "flutter-web"

How to get file extension from base64 String in Flutter | Dart

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

Keyboard navigation between text fields & dropdown choices by pressing enter key not only tab key in Flutter web & desktop?

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

Invoking functions from camera_web

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

How to decode url on apache for Flutter Web?

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

Flutter web: Opening direct URL navigation working on local but not after deployment

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

FireFlutter: Enable App Check in debug mode

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

Select image for flutter web on mobile device

Im currently using https://pub.dev/packages/file_picker for this function FilePickerResult result = await FilePicker.platform.pickFiles(); if (result != nu

How Manage SEO In flutter web?

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:

Static image with scrollable text in flutter

import 'package:flutter_svg/flutter_svg.dart'; void main() { runApp(MaterialApp( home: Scaffold( // adding App Bar appBar: AppBar( ac

How to force to open a google play link in google chrome instead of the Play Store app?

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

What's the best strategy for flutter-web to access its resources on server?

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

Is it possible to develop flutter windows desktop with fcm push notification?

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 XMLHttpRequest error in flutter

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

(No implementation found for method _init on channel plugins.flutter.io/google_mobile_ads)

couldnt find anything wrong with it dependencies: google_mobile_ads: ^1.1.0 Error: MissingPluginException(No implementation found for method MobileAds#initia

How do create a splitting container in flutter? What should be the right approach? CustomPainter or Chip?

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

Getting this error on tap function to see an image in a dialog box

onTap: () { showDialog( context: context, builder: (BuildContext context) { return ImageNetwork( image: data['image'].toString(), height: 400, width: 400, durat

Saving Icon to Hive DB in Flutter

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

Flutter Ambient UI - What should be the optimised approach for production level responsive app in web, android and ios platform using single codebase?

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

Integrate flutter web application into Nextjs web

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

Camera crashes when Flutter App opened on Chrome on Mac

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