boot_core 0.2.0+1
boot_core: ^0.2.0+1 copied to clipboard
Core DI annotations, container, and configuration for the Boot framework.
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';