mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
05624263fb
- Added the ability to use a generic type for the login method in ArcaneAuthenticationService - Added the ability to reset the ArcaneAuthenticationService, which will unregister the current interface and clear the authentication state - Removed unused testing tooling (e.g., `@visibleForTesting`) from the codebase Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
28 lines
639 B
YAML
28 lines
639 B
YAML
name: arcane_framework
|
|
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
|
|
version: 1.0.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.0.1
|
|
collection: ^1.18.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_bloc: ^8.1.6
|
|
flutter_secure_storage: ^9.2.2
|
|
get_it: ^7.7.0
|
|
result_monad: ^2.3.2
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^4.0.0
|
|
flutter_test:
|
|
sdk: flutter
|