Category "flutter-web"

How do I read the text displayed on browser using a Flutter chrome extension?

So basically what I want to do is use a Flutter Chrome extension to be able to read the content being displayed by a webpage. I understand that the underlying t

How to pass from Flutter Web to html file (HTMLElement, iframe) arguments for the JS script?

I want to render a pay widget in the Flutter web app and I need a unique token there, so I calling Iframe from Dart to render it. However I didn't find how to s

html editor enhanced alert dialog not working when the dialog placed on editor

Dependency : html_editor_enhanced: ^2.4.0+1 HtmlEditor( controller: controller, htmlEditorOptions: HtmlEditorOptions(

How to send direct email by Flutter web

I Am Building a flutter web i have to send form Data by email to my Gmail email address How Can i. Please Help Me. I had User "mailer 3.0.4" and flutter_email_s

Remove hash symbol ' # ' from Flutter web navigation

I want to create one simple web application with Flutter web but after I create some simple application with this document I faced with some issue on routing ad

How to send email from a Flutter Web application?

I'm trying to send email from a Flutter Web application using mailer package but I'm getting this error: Unsupported operation: Socket constructor It seem

How to remove hash (#) from URL in Flutter web

The default URL of a Flutter web project defines a URL containing a hashtag (#), as follows: http://localhost:41521/#/peaple/... I would like to remove this '#

Is there a way to LAUNCH Flutter App on CHROME

I tried launching my flutter app, currently launching on MOBILE for WEB... This is the error I received after restarting following a BLANK WHITE SCREEN; Restart

How to create a variable <username> and insert it in website url like noob.com/<username> hosted on firebase?

I am developing a website using flutter and want to create a link for the website something like noob.com/username for a social profile of the user where userna

Method not found: 'guard'. return internals.guard(

i am new to flutter.when i run this code on flutter web this error occurs. .pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-1.0.7/lib/src/internals.dart:1

"not found" when reload page on flutter web

On flutter web when I reload a page on Chrome I get the text "not found". How can I fix it? this is my code of the main.dart. I also noticed that to get directl

ChromeProxyService: Failed to evaluate expression 'handlePrimaryPointer':InternalError: No frame with index 45

Code that I have written: import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; class FirebaseServices { static Futu

This package does not have flutter_web_plugins in the `dependencies` section of `pubspec.yaml`

When publishing my package after adding web support i got this error Package validation found the following error: * line 9, column 1 of lib/hexcolor_web.dart:

How to catch OAuth2 token in Flutter Web?

This dependency supposedly supports web, but the implementation to listen for the callback and retrieve the token is missing. After digging around for the last

Flutter Web not displaying Material Design Icons

I started Flutter web and i wanted to add Material icons to my Flutter web app but its displaying boxes instead. Any help is appreciated. Thanks

Query Elastic App Search with flutter using public api key

I am developing a Flutter mobile and web app to query data from Elasticsearch. The Elastic App Search provides me a public search key which I would like my Flut

How to access window.navigator.serial in flutter web

On some browsers there exists the the property serial on the window.navigator object. I can see it on chrome but not on safari. How can I access that object via

Can the initial load time be canceled by multiplying React and Flutter?

Promise This is about for web only. Problem Initial loading of Flutter is slow, so I'm thinking of creating a top page with React. But is this the best choice?

Flutter Web : "Should never encounter KeyData when transitMode is rawKeyData."

When I run my project on web the Exception message and stack trace was "Should never encounter KeyData when transitMode is rawKeyData." at Object.throw_ [as

Flutter barcode scanner on mobile web app

I have a barcode scanner working fine on Android, but I am struggling to find plugins that support a web app. This is the closest one I've found that seems to b