Files
arcane_framework/pubspec.yaml
T
hans 0c5b947809 Logging service:
- added: reset()
- added: `skipAutodetection` option for module, method, and metadata
- added: unregisterInterface()
- Created FileAndLineNumber mixin

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2025-04-29 14:16:17 +02:00

31 lines
673 B
YAML

name: arcane_framework
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
version: 1.2.5
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.3.2
collection: ^1.19.0
flutter:
sdk: flutter
flutter_bloc: ^9.1.0
result_monad: ^2.3.2
dev_dependencies:
arcane_analysis: ^1.0.3
build_runner: ^2.4.1
flutter_test:
sdk: flutter
mockito: ^5.4.5
dependency_overrides:
analyzer: 7.3.0