abuanwar072 / Flutter-Responsive-Admin-Panel-or-Dashboard

Responsive Admin Panel or Dashboard using Flutter
https://youtu.be/_uOgXpEHNbc
MIT License
6.61k stars 1.87k forks source link

Add Login screen #44

Open BMomani opened 2 years ago

BMomani commented 2 years ago

Everything is awesome here, but we need Admin login screen, no logic is required, just awesome UI,

any quick suggestions for login screen code in the comments section is appreciated (please try to add a screenshot if you could)

rubenaster commented 2 years ago

When you implement navigation using Navigator 2.0, which IMHO makes most sense for this project since it's a web dashboard, you can declare presenting a login screen like described in the articles of this series:

https://link.medium.com/dMdO7Lq1opb

evanomondi commented 2 years ago

@BMomani was the Medium link shared above helpful? Would also love to know from the author ( @abuanwar072 ) if he has ready login screens.