A shopping app project using GetX and Sqflite. The Get package is really intresting and wonderful to work with.
- Flutter made easy.
- It's easy to do state management using GetX.
- Provides MVC pattern.
- Less code than flutter itself.
- Also provides tons of other intresting functionalities.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Make sure you have installed flutter. Install Flutter
- Clone locally the repository
- Go to app directory and run
flutter pub get
- And then run
flutter run
- Now you can bring your desired change to app.
- Feel Free to contribute and make PRs.