Skip to content

Commit 009c76e

Browse files
committed
Update dependencies for v0.2.6
1 parent f085faa commit 009c76e

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

packages/fula_client/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.6] - 2026-01-11
9+
10+
### Changed
11+
12+
- Updated `freezed_annotation` to ^3.1.0 for compatibility with other packages
13+
- Updated `freezed` to ^3.2.0
14+
- Updated `flutter_lints` to ^5.0.0
15+
- Updated `ffigen` to ^14.0.0
16+
817
## [0.2.5] - 2026-01-11
918

1019
### 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.5'
9+
s.version = '0.2.6'
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.5
3+
version: 0.2.6
44
homepage: https://fx.land
55
repository: https://github.com/functionland/fula-api
66
issue_tracker: https://github.com/functionland/fula-api/issues
@@ -16,14 +16,14 @@ dependencies:
1616
flutter_web_plugins:
1717
sdk: flutter
1818
flutter_rust_bridge: ^2.11.0
19-
freezed_annotation: ^2.4.0
19+
freezed_annotation: ^3.1.0
2020

2121
dev_dependencies:
2222
flutter_test:
2323
sdk: flutter
24-
flutter_lints: ^3.0.0
25-
ffigen: ^8.0.0
26-
freezed: ^2.4.0
24+
flutter_lints: ^5.0.0
25+
ffigen: ^14.0.0
26+
freezed: ^3.2.0
2727
build_runner: ^2.4.0
2828

2929
# Platform support

0 commit comments

Comments
 (0)