šŸš€ Flutter MVVM App with SliverAppBar, Swipe Actions, and Dynamic List 🌟


I’m excited to share my latest Flutter project, showcasing the MVVM (Model-View-ViewModel) architecture implementation using the Provider package. This app is designed with a focus on clean architecture, maintainability, and user-friendly interactions.

šŸ”‘ Key Features:
SliverAppBar: A dynamic app bar that integrates seamlessly with scrolling content, providing a smooth and native experience.

Dynamic List: Users can add items dynamically to the list, enhancing usability and interactivity.

Swipe Actions: Swipe left to delete or right to archive items using the powerful Dismissible widget.

MVVM Architecture: Clean separation of concerns through Model, View, and ViewModel layers, ensuring scalability and testability.

šŸ“‚ Project Structure:
lib/
ā”œā”€ā”€ models/
│  ā””── todo_model.dart
ā”œā”€ā”€ Ui/
│  ā””── SilverAppBarDemo.dart
ā”œā”€ā”€ Utils/
│  ā””── Utils.dart
ā”œā”€ā”€ ViewModel/
│  ā””── todo_view_model.dart
└── main.dart

🌐 Explore the Code:
Check out the full project on GitHub:
šŸ‘‰ SliverAppBar Project saurabhkharade/SliverAppBar

Leave a Comment

Your email address will not be published. Required fields are marked *