Open Issues Need Help
View All on GitHubAI Summary: Implement a 'Rate Sara Baby' feature in the app's 'Share and More' section. This involves adding a list item that, when tapped, redirects the user to the appropriate app store (Google Play or App Store) based on their device's operating system. The task requires using the `url_launcher` package and platform checks (`Platform.isAndroid`, `Platform.isIOS`). An optional confirmation dialog can enhance the user experience.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.
AI Summary: Integrate Google Sign-In functionality into the existing Sara baby tracker app using Firebase Authentication. This involves adding the necessary packages, configuring Firebase, updating the authentication repository and bloc to handle Google sign-in, and adding a Google Sign-In button to the UI. iOS configuration may also be required.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.
AI Summary: The task involves adding support for multiple new languages (Japanese, Portuguese, Hindi, Vietnamese, Thai, Polish, Indonesian, Italian) to the Sara Baby app. This includes creating translation files for each language, adding the locales to the app's configuration, and testing the translations on Android and iOS devices. The existing English translations should be used as a base.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.
AI Summary: Implement guest access to the Sara baby tracker app, gracefully handle cases where no baby is registered, and guide users to add a baby if necessary. This involves modifying authentication flows, updating data loading logic to prevent crashes when no baby data is found, and adding UI elements for adding a baby and handling empty states. Edge cases such as user login state changes and data migration need consideration.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.
AI Summary: Create a developer onboarding guide (user_guide.md) for the Sara Baby app, including a welcome message, setup instructions (Flutter, Firebase), project structure explanation, and contribution guidelines (opening issues, submitting PRs). The guide should be added to the project's documentation and linked in the README.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.
AI Summary: Implement a 'Share Sara Baby' feature in the app, which shares a platform-specific (Android/iOS) localized message (English and Turkish) containing the appropriate app store link via the `share_plus` plugin. This involves adding a button, detecting the platform, constructing the message, and testing on both platforms.
All-in-one baby care: Track, Feed, Sleep, and Grow Together. Sara is an open-source Flutter app designed to make parenting easier by helping parents and caregivers track daily baby activities, share responsibilities, and create a calm environment with soothing sleep sounds and baby food recipes.