This is a short project to make a Website using Flutter Web. In this I tried to copy the UI form the Twitter website. So, this is basically a Twitter Clone.
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 ⭐