A Flutter application demonstrating infinite scrolling with product data, leveraging GetX for state management and clean architecture.
- 📋 Infinite scroll product listing
- 🔄 State management with GetX
- 🧩 Modular project structure
- 📦 JSON data parsing
- Flutter SDK
- Dart SDK
# Clone the repository
git clone https://github.com/Alok-Sci/flutter--infinite-scroll-using-getx
# Navigate to project directory
cd flutter--infinite-scroll-using-getx
# Install dependencies
flutter pub get
# Run the app
flutter run
This project represents my growth in Flutter development, showcasing:
- Improved code organization
- Advanced state management techniques
- Modular architecture principles (MVC)
- Reactive state management with GetX
- Efficient data handling for infinite scrolling
- Clean, readable code structure