-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
The project currently uses several deprecated Flutter APIs that generate warnings during analysis.
Examples include:
withOpacity()β deprecated, should usewithValues(alpha: ...)surfaceVariantβ replaced bysurfaceContainerHighest- Deprecated drag callbacks (
onAccept,onWillAccept) - Deprecated speech recognition parameters
These deprecations may lead to compatibility issues with newer Flutter versions.
π― Proposed Changes
- Replace all usages of
withOpacity()withwithValues(alpha: ...) - Update
surfaceVarianttosurfaceContainerHighest - Migrate deprecated drag-and-drop callbacks
- Update speech recognition API usage
β Benefits
- Reduces analyzer warnings
- Improves codebase maintainability
- Ensures compatibility with latest Flutter versions
π Additional Context
Running flutter analyze shows multiple deprecation warnings across different modules. :contentReference[oaicite:0]{index=0}
πββοΈ Contribution
I would like to work on this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels