sirius_backend 1.0.15
sirius_backend: ^1.0.15 copied to clipboard
A powerful Dart backend framework for building scalable APIs.
Sirius 🔭 – A Lightweight Dart Backend Framework #
Sirius is a minimal yet powerful backend framework built in Dart, designed for simplicity, modularity, and high performance. It gives you full control over request handling, routing, middleware, validation, and more — perfect for building modern APIs and backend services with ease.
🚀 Features #
- 🧭 Custom request routing with path variables and query params
- 🔍 Built-in request validation system
- ⚙️ Easy-to-implement middleware support
- 🪝 File watcher for hot-reloading in development
- 🔧 Clean request/response abstraction
- 📦 Modular structure, easy to extend
📦 Installation #
Add this to your Dart project's pubspec.yaml:
dependencies:
sirius_backend: latest_version