v1.0.6 - remove GetIt dependency

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-25 10:21:01 +02:00
parent b93f6c39e7
commit 9b283f5504
2 changed files with 6 additions and 3 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
## 1.0.5.2 ## 1.0.6
- Removed get_it as a dependency
## 1.0.5+2
- Updated README and example project documentation - Updated README and example project documentation
+1 -2
View File
@@ -1,6 +1,6 @@
name: arcane_framework name: arcane_framework
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications" description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
version: 1.0.5+2 version: 1.0.6
repository: https://github.com/hanskokx/arcane_framework repository: https://github.com/hanskokx/arcane_framework
issue_tracker: https://github.com/hanskokx/arcane_framework/issues issue_tracker: https://github.com/hanskokx/arcane_framework/issues
@@ -18,7 +18,6 @@ dependencies:
sdk: flutter sdk: flutter
flutter_bloc: ^8.1.6 flutter_bloc: ^8.1.6
flutter_secure_storage: ^9.2.2 flutter_secure_storage: ^9.2.2
get_it: ^7.7.0
result_monad: ^2.3.2 result_monad: ^2.3.2
dev_dependencies: dev_dependencies: