- Lowered minimum required SDK version to prevent forcing users into the latest
  Flutter release

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-12-16 14:29:59 +01:00
parent 129801a0dc
commit f028c1e5ba
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
## 1.2.1
- Lowered minimum required SDK version to prevent forcing users into the latest
Flutter release
## 1.2.0
- Removed flutter_secure_storage dependency as it was unused
+2 -2
View File
@@ -1,6 +1,6 @@
name: arcane_framework
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
version: 1.2.0
version: 1.2.1
repository: https://github.com/hanskokx/arcane_framework
issue_tracker: https://github.com/hanskokx/arcane_framework/issues
@@ -8,7 +8,7 @@ topics:
- arcane-framework
environment:
sdk: ^3.6.0
sdk: ^3.5.2
flutter: ">=1.17.0"
dependencies: