mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
3ffaacc11a
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
28 lines
609 B
YAML
28 lines
609 B
YAML
name: arcane_framework
|
|
description: "Agnostic Reusable Component Architecture for New Ecosystems: a
|
|
modern framework for bootstrapping new applications"
|
|
version: 2.0.0-dev
|
|
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: any
|
|
collection: ^1.19.0
|
|
flutter:
|
|
sdk: flutter
|
|
result_monad: ^4.0.0
|
|
|
|
dev_dependencies:
|
|
arcane_analysis: any
|
|
build_runner: ^2.4.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.4.5
|