mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-06-09 15:16:14 +02:00
v1.2.0
- Removed flutter_secure_storage dependency as it was unused - BREAKING: several methods were moved from the ArcaneAuthInterface base class into their own mixins Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
+4
-5
@@ -1,6 +1,6 @@
|
||||
name: arcane_framework
|
||||
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
|
||||
version: 1.1.7
|
||||
version: 1.2.0
|
||||
repository: https://github.com/hanskokx/arcane_framework
|
||||
issue_tracker: https://github.com/hanskokx/arcane_framework/issues
|
||||
|
||||
@@ -8,19 +8,18 @@ topics:
|
||||
- arcane-framework
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.2
|
||||
sdk: ^3.6.0
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
arcane_helper_utils: ^1.2.5
|
||||
collection: ^1.18.0
|
||||
collection: ^1.19.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: ^8.1.6
|
||||
flutter_secure_storage: ^9.2.2
|
||||
result_monad: ^2.3.2
|
||||
|
||||
dev_dependencies:
|
||||
arcane_analysis: ^1.0.2
|
||||
arcane_analysis: ^1.0.3
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user