CCExtractor / CCExtractor/taskwarrior-flutter
Add user prompt to optionally skip tutorial on first launch
- Dominant language
- Dart
- Stars
- 244
- Forks
- 179
- Avg merge
- 12h 42m
- Merged PRs (30d)
- 2
Description
### Describe your improvement idea or feature request
Currently, when a user opens the Taskwarrior Flutter app for the first time, the tutorial/onboarding flow is shown automatically without asking for user consent.
While this is helpful for new users, it can feel intrusive for experienced users who may prefer to skip the tutorial and start using the app immediately.
Adding a prompt that asks users whether they want to view the tutorial would improve flexibility and user experience.
### How would you like to see it implemented?
1. On the first app launch, show a prompt such as: “Would you like to see the tutorial?”
2. Yes → Start the existing tutorial flow
3. No / Skip → Navigate directly to the main app screen
4. Store the user’s choice so:
- The prompt is not shown again
- The tutorial does not auto-start unless explicitly chosen
### Put here any screenshots or videos (optional)
_No response_
### How can we contact you (optional)
_No response_
### Would you like to work on this issue?
Yes
### By submitting this issue, I have confirmed that:
- [x] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Contributor guide
Assessment
This issue has not been assessed yet.