3 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
Mobile Development Field Data Collection

AI Summary: Create an app icon and splash screen for the FieldTrace Flutter application using the provided image (1024x1024) as a base. This involves resizing the image to appropriate dimensions for various platforms and integrating it into the Flutter project's assets.

Complexity: 2/5
good first issue gssoc25 2 point

100% Offline Audit & Field Logging App

#dart#flutter#gssoc25
Mobile Development Field Data Collection

AI Summary: Implement a dark/light theme toggle using Material 3 design principles for the FieldTrace Flutter application. This involves creating and configuring themes, potentially using a provider or similar state management solution to handle theme changes, and ensuring consistent application of the theme across all UI elements.

Complexity: 3/5
good first issue gssoc25 2 point

100% Offline Audit & Field Logging App

#dart#flutter#gssoc25
Mobile Development Field Data Collection

AI Summary: Create a Flutter project folder structure following a feature-first architecture. The structure should include a `core` directory for shared components and a `features` directory containing modularized feature folders (e.g., `account`, `forms`, `exports`). Each feature folder will be further divided into `data`, `domain`, and `presentation` subfolders, reflecting the MVVM+BLoC architecture. The provided example shows the `account` feature as a template.

Complexity: 3/5
good first issue gssoc25 2 point

100% Offline Audit & Field Logging App

#dart#flutter#gssoc25