Simple shopping app project using GetX and Sqlite. The Getx package is really intresting and wonderful to work with. it has several cons:
- It's easy to do state management
- Provides MVC pattern
- Less code than flutter itself
- And tons of other intresting functionalities
- Stripe payment integration
Visit official GetX
repository.
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 the repository
git clone https://github.com/SebghatYusuf/getx-sqlite.git
. - Go to app directory and run
flutter pub get
- And then run
flutter run
- Now you can bring your desired change to app.
- Please feel free to contribute and make PRs.