2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to replace the `transparent_image` package with Flutter's built-in `Image.memory()` to eliminate an external dependency for transparent placeholder images. The plan involves analyzing all current usages of the package, creating a utility function to generate transparent image bytes, and then systematically replacing all instances with the new solution.

Complexity: 3/5
enhancement good first issue dependency-cleanup flutter-migration

AI Summary: This GitHub issue proposes replacing the external `stack_trace` package with Dart's built-in `dart:developer` and `StackTrace` functionality to remove a dependency. The plan involves an initial analysis phase to identify all current usages of `stack_trace` classes like `Chain`, `Trace`, and `Frame`, along with any custom manipulation patterns. Following this, the identified functionalities will be mapped and reimplemented using native Dart alternatives.

Complexity: 3/5
enhancement good first issue dependency-cleanup flutter-migration