This is just a UI that I took from Dribble and tried to implement using flutter web
NOTE: This is not a Responsive website
- Fork this repo
- Clone the forked repo to your local system
- Now you have to Switch to flutter web using these commands:
flutter channel beta
flutter upgrade
flutter config --enable-web
- Now you can check all the connected devices using
flutter devices
command - Now run the code using
flutter run
, it will automatically ask for your choice if you have 2 or more connected devices
If you like this project, then don't forget to give it a ⭐