Skip to main content

Steward Documentation

A helpful framework for building server-side experiences with Dart

Modular

Steward is a modular system that allows you to build a minimal API or larger server-side applications.

Built in DI

Steward has a lightweight DI implementation built into the framework and, if you need something more, its possible to roll your own solution, too!

Reflection Supported

Steward uses Reflection for some of it's modules. We're aware that this is often a double-edged sword, but we're committed to covering our reflection paths extremely well so that you can have peace of mind writing clean, simple code and knowing that the framework can handle it.