dartian_core 1.0.0 copy "dartian_core: ^1.0.0" to clipboard
dartian_core: ^1.0.0 copied to clipboard

Core utilities and telemetry hooks for Dartian - A Laravel-inspired web framework for Dart

dartian_core #

Core utilities and telemetry hooks for the Dartian framework.

Features #

  • Telemetry hooks for request/response monitoring
  • Core helper functions
  • Base interfaces and types

Installation #

dependencies:
  dartian_core: ^1.0.0

Usage #

import 'package:dartian_core/dartian_core.dart';

// Register telemetry hooks
TelemetryHooks.onRequest((request) {
  print('Request: ${request.url}');
});

TelemetryHooks.onResponse((response, duration) {
  print('Response: ${response.statusCode} in ${duration.inMilliseconds}ms');
});

Part of Dartian #

This package is part of the Dartian framework - a Laravel-inspired web framework for Dart.

License #

AGPL-3.0 - See LICENSE for details.

0
likes
130
points
492
downloads

Publisher

verified publisherdartian.org

Weekly Downloads

Core utilities and telemetry hooks for Dartian - A Laravel-inspired web framework for Dart

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#framework #server #backend #web

Documentation

API reference

License

unknown (license)

More

Packages that depend on dartian_core