Skip to content

Comments

fix: resolve final two secure storage const errors for v0.15.4#45

Merged
TechAdeptRDD merged 1 commit intomainfrom
codex/fix-const-analysis-errors-in-secure_storage_service.dart
Feb 21, 2026
Merged

fix: resolve final two secure storage const errors for v0.15.4#45
TechAdeptRDD merged 1 commit intomainfrom
codex/fix-const-analysis-errors-in-secure_storage_service.dart

Conversation

@TechAdeptRDD
Copy link
Owner

@TechAdeptRDD TechAdeptRDD commented Feb 21, 2026

Motivation

  • Resolve the last two Dart analyzer errors in flutter_app/lib/services/secure_storage_service.dart caused by conflicting const usage so the codebase is clean for the v0.15.4 release.

Description

  • Add const to the IOSOptions constructor (static final IOSOptions _iosOptions = const IOSOptions(...)) and remove const from the FlutterSecureStorage instantiation (final _storage = FlutterSecureStorage(...)) in flutter_app/lib/services/secure_storage_service.dart.

Repository owner deleted a comment from chatgpt-codex-connector bot Feb 21, 2026
@TechAdeptRDD TechAdeptRDD merged commit ce03538 into main Feb 21, 2026
5 of 6 checks passed
@TechAdeptRDD TechAdeptRDD deleted the codex/fix-const-analysis-errors-in-secure_storage_service.dart branch February 21, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant