fixit_core 1.0.1 copy "fixit_core: ^1.0.1" to clipboard
fixit_core: ^1.0.1 copied to clipboard

Core logging, versioning, and event bus utility package for the Fixit Runtime SDK.

Fixit Core #

Core utilities for the Fixit Runtime SDK — logger, event bus, and version constants.

Features #

  • FixitLogger — Lightweight logger with label support and debug/info/warning/error levels
  • FixitEventBus — Simple pub/sub event bus for decoupled communication
  • FixitVersion — SDK version constant

Usage #

import 'package:fixit_core/fixit_core.dart';

final logger = FixitLogger(label: 'MyApp');
logger.info('App started');

final bus = FixitEventBus();
bus.on('user.login', (data) => print('User logged in: $data'));
bus.emit('user.login', {'id': 42});

License #

MIT

2
likes
160
points
167
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core logging, versioning, and event bus utility package for the Fixit Runtime SDK.

Repository (GitHub)
View/report issues

Topics

#logging #event-bus #utilities

License

MIT (license)

Dependencies

meta

More

Packages that depend on fixit_core