A e-commerce to sell everything
Make sure you have Flutter installed on your machine. If you don't already have it, you can install Flutter.
Clone this repository:
git clone https://github.com/tiagors09/shop.gitThen go to the project directory:
cd shopInstall dependencies:
flutter pub getMake sure a device (emulator or physical device) is connected and ready.
Run the application:
flutter run