anusii / anusii/solidpod

SOLID POD: Update `flutter_secure_storage_linux` in pubspec.yaml

Open
#245 1 comment 4 reactions 1 assignee View on GitHub

@cdawei is already working on this.

Since Jan 16, 2025.

Dominant language
Dart
Stars
10
Forks
7
Avg merge
1d 3h
Merged PRs (30d)
6

Description

With Flutter 3.27.2 on Linux, there is a compile error

flutter_secure_storage_linux/linux/flutter_secure_storage_linux_plugin.cc:193:50: 
error: use of undeclared identifier 'APPLICATION_ID'

This issue is fixed in the lastest develop code in the flutter_secure_storage repository, and it appears the version with the fix has been uploaded to pub.dev.

Please update the version of flutter_secure_storage_linux in pubspec.yaml and test if the above error is resolved.

If not, a workaround is to override the version of package flutter_secure_storage_linux in pubspec.yaml as reported in this issue

dependency_overrides:
  flutter_secure_storage_linux:
    git:
      url: https://github.com/juliansteenbakker/flutter_secure_storage.git
      ref: v9.2.4
      path: flutter_secure_storage_linux

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.