blocitory is a small Flutter helper package built around flutter_bloc for apps that repeatedly need:
- resource cubits for query and mutation flows
- paged list state and widgets
- lightweight loading, retry, and feedback widgets
ResourceCubitandResourceListCubit- resource query and mutation helper widgets
- paged cubit and paged list helpers
- reusable loading, retry, snackbar, and button widgets
dependencies:
blocitory:
git:
url: https://github.com/kateile/blocitory.git
ref: mainimport 'package:blocitory/blocitory.dart';