boot_core
Core DI annotations, container, configuration, and logging for the Boot Framework.
Depend on this package if you're writing a Boot library (not a full app).
Features
BeanContainer— lightweight DI container@Singleton,@Prototype,@Factory,@Named,@Primary,@RequiresBootConfig— YAML + env + CLI config resolutionLogger— structured logging with JSON/text outputBootContext— request-scoped context with W3C tracing
Usage
dependencies:
boot_core: ^0.1.0
import 'package:boot_core/boot_core.dart';