A Flutter project. It's an ecomerce that sales products and bundles and allowed you to trak yours orders.
Application made for the software development subject project, by the RED-TEAM.
This application is compatible with Flutter versions >= 3.4.3 < 4.0.0.
- Clone the repository. Make sure you have the VSCode Flutter and Dart extensions
git clone https://github.com/Red-Team-Software/Red-frontend.git
cd Red-frontend
-
Install the dependencies. Running the command
flutter pub get
-
Select the main.dart file in the lib folder and run it. Select the device to use and continue with the development.
or run it on the bash, in verbose
flutter run -v
Here are some important project dependencies located in the pubspec.yaml file
- bloc
v: ^8.1.4
- firebase_messaging
v: ^15.1.4
- equatable
v: ^2.0.5
- google_maps_flutter
v: ^2.9.0
- geocoding
v: ^3.0.0
- geolocator
v: ^9.0.2
- isar