[PR #2203] [MERGED] fix analyzer warnings #5148

Closed
opened 2026-03-23 22:17:27 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2203
Author: @a-wallen
Created: 4/5/2023
Status: Merged
Merged: 4/5/2023
Merged by: @a-wallen

Base: mainHead: fix_analyzer_warnings


📝 Commits (1)

📊 Changes

2 files changed (+5 additions, -12 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/appearance.dart (+0 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/image.dart (+5 -11)

📄 Description

Looks like there are analyzer warnings that snuck into main somewhere along the way. The integration test revert is failing CI due to these errors. Submitting a separate PR instead of adding those changes to this PR.

Here are the analyzer errors:

Run flutter analyze
Analyzing appflowy_flutter...                                   

   info • 'toggleableActiveColor' is deprecated and shouldn't be used. No longer used by the framework, please remove any reference to it. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/toggleable-active-color#migration-guide. This feature was deprecated after v3.4.0-19.0.pre • lib/workspace/application/appearance.dart:256:7 • deprecated_member_use
   info • 'color' is deprecated and shouldn't be used • packages/flowy_infra/lib/image.dart:19:13 • deprecated_member_use
   info • 'color' is deprecated and shouldn't be used • packages/flowy_infra/lib/image.dart:23:[11](https://github.com/AppFlowy-IO/AppFlowy/actions/runs/4622496646/jobs/8175251844?pr=2201#step:9:12) • deprecated_member_use

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2203 **Author:** [@a-wallen](https://github.com/a-wallen) **Created:** 4/5/2023 **Status:** ✅ Merged **Merged:** 4/5/2023 **Merged by:** [@a-wallen](https://github.com/a-wallen) **Base:** `main` ← **Head:** `fix_analyzer_warnings` --- ### 📝 Commits (1) - [`70d5d8f`](https://github.com/AppFlowy-IO/AppFlowy/commit/70d5d8fc45e7f25f3a28c777ab443ac49dfc33cd) fix: analyzer warnings ### 📊 Changes **2 files changed** (+5 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/appearance.dart` (+0 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/image.dart` (+5 -11) </details> ### 📄 Description Looks like there are analyzer warnings that snuck into `main` somewhere along the way. The[ integration test revert is failing CI](https://github.com/AppFlowy-IO/AppFlowy/pull/2201#pullrequestreview-1373633257) due to these errors. Submitting a separate PR instead of adding those changes to this PR. Here are the analyzer errors: ``` Run flutter analyze Analyzing appflowy_flutter... info • 'toggleableActiveColor' is deprecated and shouldn't be used. No longer used by the framework, please remove any reference to it. For more information, consult the migration guide at https://flutter.dev/docs/release/breaking-changes/toggleable-active-color#migration-guide. This feature was deprecated after v3.4.0-19.0.pre • lib/workspace/application/appearance.dart:256:7 • deprecated_member_use info • 'color' is deprecated and shouldn't be used • packages/flowy_infra/lib/image.dart:19:13 • deprecated_member_use info • 'color' is deprecated and shouldn't be used • packages/flowy_infra/lib/image.dart:23:[11](https://github.com/AppFlowy-IO/AppFlowy/actions/runs/4622496646/jobs/8175251844?pr=2201#step:9:12) • deprecated_member_use ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:27 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5148
No description provided.