Questions tagged [hummingbird]
15 questions
11
votes
2 answers
Flutter Web Google Sign In
I try to implement a signIn with Google in Flutter Web. I use GoogleSignn 4.1.1 and Firebase Auth 0.15.4. I do not get any error message. It just does not pop up.
I registered the web app in Firebase (Added Dependencies) and even added the …

Stein.
- 1,412
- 2
- 10
- 18
3
votes
0 answers
How to disable browser Save Login Info in Flutter Web Hummingbird
I have a simple Login Page with Firebase Authentication. I would like the Browser (chrome) to stop asking
me to save Login Info. Is there a way to disable the browser attempting to 'Save Login Info' (Username and Password) with every login. How…

AhabLives
- 1,308
- 6
- 22
- 34
3
votes
2 answers
how to fix flutter web http error making http request to a particular web server
I am trying to make an HTTP request to 000webhost as below in my flutter web app. The first method is the same as the second, I only changed the URL. However, the first one works but the second does not work. Someone suggested adding more headers…

Norbert
- 6,874
- 14
- 40
- 65
2
votes
0 answers
Typing text not updated in the Textfield in flutter web
I tried to create a flutter website. UI wise all work fine. In Textfield, when typed in the keyboard it wasn't updated in the Textfield.
Code:
TextFormField(
textCapitalization: TextCapitalization.words,
decoration: InputDecoration(
…

Magesh Pandian
- 8,789
- 12
- 45
- 60
1
vote
0 answers
How to Prevent User from Accessing Routes by Typing the NamedRoute in the URL
Question: title
I need some sort of session checking like sessionId ?? index.html, I have no idea how to do it. Router.dashboardView and Router.loginView are static const String generated by AutoRoute package as namedRoute. The current code is…

Federick Jonathan
- 2,726
- 2
- 13
- 26
0
votes
0 answers
AttributeError: 'GridSearchCV' object has no attribute 'best_estimator_'
I'm trying to tune my model using the Grid search model in @kaggle notebook. In order to benefit from the GPU, I used this package hummingbird-ml. Thanks in advance
However, I get the following issue:
AttributeError: 'GridSearchCV' object has no…

MarMarhoun
- 45
- 4
0
votes
0 answers
Hummingbird adds unwanted file paths to clip-path URLS
I have named clip-paths throughout my site, and when I try to use them like so:
clip-path:url("#mask-circle");
Hummingbird adds an entire path to the URL, as if named path is a file I can link…

thiirteen
- 103
- 1
- 8
0
votes
0 answers
Wordpress site getting DDOS with dynamic query strings in URL
I have a WordPress site which is hosted on AWS lightsail (Load balancer with few instances running apache).
Site is getting 1000s of request per minute with URL like site.com/?872837
The number in the URL is dynamic which forces my cache plugin…

Riya
- 9
- 1
0
votes
1 answer
Firebase gets logged out after long time in Flutter Web
I'm developing a web app and I use Firebase Authentication for the authentication service.
The project seems to store the authentication, since if I refresh the page, or close the browser, the user is still logged in.
However I noticed that if I…

xcsob
- 837
- 1
- 12
- 27
0
votes
1 answer
Enable web in flutter import errors
We enabled our flutter application for web but we are getting some import errors. All the imports are valid and working in Android so Im not seeing what the issue is.
I researched this particular import and learned that it is caused by having…

Sam Cromer
- 2,063
- 10
- 28
- 50
0
votes
1 answer
How to migrate flutter_web to flutter in hummingbird?
In the latest flutter version(1.9) they give the option to migrate flutter_web package to flutter master package. So how to create a single flutter project for both mobile and web?. How to convert existing flutter web project from flutter_web to…

Magesh Pandian
- 8,789
- 12
- 45
- 60
0
votes
1 answer
How to get all childs in child for treeview?
I have a return json data like this
"data":[
{
"taskAssignGroupId":123,
"taskAssignGroupName":"Parent Pool",
"taskAssignGroupDesc":"Parent Pool Desc",
"state": true,
"childPools":[
…

Emre Akbaki
- 266
- 1
- 3
- 14
0
votes
3 answers
How to add plugin in flutter web?
I want to add any plugin to my flutter web project but I am getting an error after adding the plugin. I have run flutter pub get it gave me code 0. But when I try:
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
It says package…

Ravi
- 912
- 1
- 12
- 17
0
votes
1 answer
Wordpress: how to know which page is requesting a specific css file
I am helping out a friend with a slow WP. I installed hummingbird and it's telling me that some css files are slow to load (for example: https://cdnjs.cloudflare.com/ajax/libs/gsap/1.11.2/TweenMax.min.js - it takes 390ms to load). I would like to…

devamat
- 2,293
- 6
- 27
- 50
0
votes
2 answers
Shared code base not possible for Web and Mobile in Flutter (?)
I see following error when I try to merge mobile and web codebase in Flutter:
webdev could not run for this project.
This version of webdev does not support the `build_daemon` protocol used by your version of `build_runner`.
Please add a dev…

bianca
- 7,004
- 12
- 43
- 58