Ilgiz Bloc

A Flutter library for state management using the Bloc pattern.

Installation

Add this to your pubspec.yaml:

dependencies: ilgiz_bloc: ^0.0.1

Run:

flutter pub get

Usage

import 'package:ilgiz_bloc/ilgiz_bloc.dart';

// Your code here

Features

  • Reactive state management.
  • Stream-based architecture.
  • Customizable Blocs.

Documentation

Check out the official documentation for details.

Issues

Feel free to open an issue.

License

MIT License - see the LICENSE file.

Libraries

ilgiz_bloc