mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-08-12 06:10:55 +02:00
ebbe8d99ad
* Enhance reset method in ArcaneLogger to clear interceptors along with metadata and interfaces Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> * Update Logging feature to replace @LoggingFeature annotation with LoggerName mixin for runtime accessibility Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> * Bump version to 2.0.2 in pubspec.yaml and update CHANGELOG to reflect the new version Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> * Add migration steps for replacing @LoggingFeature annotation with LoggerName mixin in CHANGELOG Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> * Add TestLoggerWithLoggerName class to enhance logging functionality and verify LoggerName mixin behavior Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> * Fix class declaration in migration example for LoggerName mixin Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com> --------- Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
27 lines
589 B
YAML
27 lines
589 B
YAML
name: arcane_framework
|
|
description: "Agnostic Reusable Component Architecture for New Ecosystems: a
|
|
modern framework for bootstrapping new applications"
|
|
version: 2.0.2
|
|
repository: https://github.com/hanskokx/arcane_framework
|
|
issue_tracker: https://github.com/hanskokx/arcane_framework/issues
|
|
|
|
topics:
|
|
- arcane-framework
|
|
|
|
environment:
|
|
sdk: ^3.5.2
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
arcane_helper_utils: ^1.4.7
|
|
collection: ^1.19.0
|
|
flutter:
|
|
sdk: flutter
|
|
result_monad: ^4.0.0
|
|
|
|
dev_dependencies:
|
|
arcane_analysis: ^1.0.4
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.5
|