flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

How to remove the flushbarRoute from address bar

Open trueshail opened this issue 3 years ago • 6 comments

Describe the bug When there is a error with wrong credentials, it displays the flushbar. The route in the address bar also changes. After a successfull login, the address bar does not change.

Screenshots image

Information (please complete the following information):

  • Device: chrome
  • Platform: web
  • Flutter version: 2.0.3
  • Package version 1.1.0

Additional context I tried resetting route but still it won't go away.

trueshail avatar Apr 08 '21 21:04 trueshail

Same question here.

JayZhouzzj avatar Aug 17 '21 16:08 JayZhouzzj

I am not that familiar with flutter web so i'm hoping some else has a clue.

juliansteenbakker avatar Aug 18 '21 07:08 juliansteenbakker

Any update on this? it been a old bug on the repo

dishankjindal1 avatar Dec 25 '21 12:12 dishankjindal1

Same here

jesusmartinoza avatar Mar 10 '22 22:03 jesusmartinoza

any solution?!

AliEasy avatar May 20 '23 11:05 AliEasy

@AliEasy I think there's no solution here in this package, what i did was changing the FLUSHBAR_ROUTE_NAME for my default in the root package of another_flushbar lib dependency or prevent changing FLUSHBAR_ROUTE_NAME after .show() method of Flushbar is triggered.

ChrisRPL avatar May 31 '23 18:05 ChrisRPL