Skip to content

Commit c71cc16

Browse files
committed
Update dependencies for v0.2.7
1 parent 009c76e commit c71cc16

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
env:
2323
CARGO_TERM_COLOR: always
24-
FLUTTER_VERSION: '3.24.0'
24+
FLUTTER_VERSION: '3.27.0'
2525

2626
jobs:
2727
# Test Rust crates

.github/workflows/flutter-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18-
FLUTTER_VERSION: '3.24.0'
18+
FLUTTER_VERSION: '3.27.0'
1919

2020
jobs:
2121
# Get version from tag

packages/fula_client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.7] - 2026-01-11
9+
10+
### Changed
11+
12+
- Minimum Flutter version raised to 3.27.0 (Dart 3.6.0 required for freezed 3.x)
13+
- Minimum Dart SDK raised to 3.6.0
14+
- CI/CD workflows updated to use Flutter 3.27.0
15+
816
## [0.2.6] - 2026-01-11
917

1018
### Changed

packages/fula_client/ios/fula_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Pod::Spec.new do |s|
88
s.name = 'fula_client'
9-
s.version = '0.2.6'
9+
s.version = '0.2.7'
1010
s.summary = 'Flutter SDK for Fula decentralized storage'
1111
s.description = <<-DESC
1212
A Flutter plugin providing client-side encryption, metadata privacy,

packages/fula_client/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: fula_client
22
description: Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://fx.land
55
repository: https://github.com/functionland/fula-api
66
issue_tracker: https://github.com/functionland/fula-api/issues
77
documentation: https://functionland.github.io/fula-api/
88

99
environment:
10-
sdk: '>=3.3.0 <4.0.0'
11-
flutter: '>=3.19.0'
10+
sdk: '>=3.6.0 <4.0.0'
11+
flutter: '>=3.27.0'
1212

1313
dependencies:
1414
flutter:

0 commit comments

Comments
 (0)