Skip to content

prem-create/flutterBloc

Repository files navigation

flutter_bloc

A minimal Grocery App built with Flutter, using BLoC for state management and following Clean Architecture principles.
This project focuses on writing clean, maintainable code while practicing industry-relevant patterns, even though it’s a small learning app.


Features

  • Minimal grocery app UI
  • Wishlist & Cart functionality
  • State management using Flutter BLoC
  • Clean Architecture inspired structure (presentation, domain, data layers)
  • Reusable and testable components

Getting Started

  1. Make sure you have Flutter installed:
    Flutter Installation Guide

  2. Install the Flutter VS Code extension and the BLoC extension

    • The BLoC extension allows shortcuts for creating events, states, and blocs easily
    • Make sure flutter_bloc is added in your pubspec.yaml
dependencies:
  flutter_bloc: ^8.1.2
  1. Clone the repostitory
    git clone <YOUR_REPOSITORY_LINK>
    cd flutter_bloc
  1. Get the dependencies
    flutter pub get
  1. Run the app
    flutter run

contributing

Feel free to fork, explore the code, and suggest improvements. Check out the BLoC implementation — I’d love feedback on my architecture and coding practices.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published