Felix Angelov

Results 31 repositories owned by Felix Angelov

bloc

11.4k
Stars
3.4k
Forks
Watchers

A predictable state management library that helps implement the BLoC design pattern

mason

910
Stars
88
Forks
Watchers

Tools which allow developers to create and consume reusable templates called bricks.

equatable

887
Stars
99
Forks
Watchers

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

mocktail

583
Stars
79
Forks
Watchers

A mock library for Dart inspired by mockito

fluttersaurus

163
Stars
60
Forks
Watchers

A Flutter Thesaurus made for Byteconf Flutter 2020

cubit

592
Stars
27
Forks
Watchers

Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.

fresh

307
Stars
55
Forks
Watchers

🍋 A token refresh library for Dart.

bloc.js

187
Stars
22
Forks
Watchers

A predictable state management library that helps implement the BLoC design pattern in JavaScript

flow_builder

379
Stars
63
Forks
Watchers

Flutter Flows made easy! A Flutter package which simplifies navigation flows with a flexible, declarative API.

sealed_flutter_bloc

79
Stars
13
Forks
Watchers

flutter_bloc state management extension that integrates sealed_unions.