Open Source
Flake UUID in Dart
Flake UUID is a Dart library that provides 64- and 128-bit,
k-ordered identifiers, which preserve their order of creation
(somewhat) if sorted lexically.
(source)

HTTP request proxy (in Dart)
Proxy HTTP requests to other server (typically from dart backend to pub serve during development).
(source)

Riak client in Dart
Riak KV is a distributed NoSQL database that is highly available,
scalable and easy to operate. We have developed a client library
in Dart that can access most of its functions directly.
(source)


Java sampling profiler
Searching for Java performance bottlenecks may not be easy. This
sampling profiler will dump the Thread's stack traces periodically,
and will create a summary statistics, helping to identify what is
going on inside the program.
(source)

Questions?
Please contact us at hello@agilord.com.