boot_core 0.2.0+1 copy "boot_core: ^0.2.0+1" to clipboard
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, @Requires
  • BootConfig — YAML + env + CLI config resolution
  • Logger — structured logging with JSON/text output
  • BootContext — request-scoped context with W3C tracing

Usage #

dependencies:
  boot_core: ^0.1.0
import 'package:boot_core/boot_core.dart';
0
likes
150
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core DI annotations, container, and configuration for the Boot framework.

Repository (GitHub)
View/report issues

Topics

#boot #dependency-injection #configuration #logging

License

MIT (license)

Dependencies

yaml

More

Packages that depend on boot_core