An e-commerce app made with Flutter.
Assumes local installation of Flutter and an IDE.
To run this project locally:
- Clone or fork this repository
- Enter the project in your preferred IDE and run the following command to get all required dependencies
flutter pub get
- After it, just open your emulator and run the project with these commands
flutter devices
and
flutter run
This project is my first Flutter application.
I know there are innumerous ways to get started on Flutter, but I really think the official documentation is the best way to go.
Other than the docs, there are a few resources to get you started if this is your first Flutter project:
The idea for this project is not mine, I would like to thank and credit the youtube channel The Flutter Way.
This is the link for this project's video created by The Flutter Way.