A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:kalil_utils/utils.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Libraries

curry
either
event_bus
event_sourcing
An API for Event Sourced Models. The model classes are stateful, but the events and snapshots are stateless, with the snapshots being created, converted to and from, and modified by the events via builder classes.
event_sourcing_data
Implementations for the Event Sourcing api. They implement each EventSourcedModel kind using Singly linked lists, Doubly linked lists and the UndoTree data structures.
extensions
graph
injector
maybe
stream_combine
stream_notifier
tuple
type
undotree
utils