NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.49k stars 796 forks source link

Hello! platformViewRegistry -> dart:ui_web #429

Open ikh2005 opened 1 year ago

ikh2005 commented 1 year ago

The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from dart:ui_web instead.

I am new to Flutter project and it took me 10 days to use this library. I applied this library satisfactorily, but after applying it, the following warning occurs. can you get rid of this warning?

Thank you.

devfemibadmus commented 8 months ago
The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from `dart:ui_web`

delete your pubspec.lock file this will solve ur error