-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add a welcome screen that generates random quotes #268
[feature] Add a welcome screen that generates random quotes #268
Conversation
…cting notes. Added baseline code for implementing the pop-up to select whether or not you would like a PDF or text file. Edits in file: lib/core/widgets/home_page_app_bar.dart Can be found using search for: @Procos12.
…mber of notes selected. Purely cosmetic change, looks better this way.
Added an Export Icon when Selecting Notes
Adding Export Pop-up
Placeholder functions were written into the code instead of a comment. Refer to lines 575 and 587 in lib/core/widgets/home_page_app_bar.dart
Cannot get the logo to be rendered for some reason. The issue with the logo is in lib/core/pages/welcome_page.dart
[feature] Add a welcome screen that generates random quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better
Hi @SankethBK, please let me know whether this PR is sufficient to fulfill the request to merge! I just want to add that my team and I worked on this repository as part of our Software Engineering course at Carnegie Mellon University (our deadline to continue contributing is by December 14th), thanks for your constant communication with me so far. |
- Add more quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing! I have made some minor changes
Added quotes on splash screen
Thanks for allowing us to contribute! We learned a lot working with this codebase :) |
What type of PR is this? (check all applicable)
Description
Added a new splash screen that shows after the initial splash screen. The new splash screen shows the app logo and a randomly generated quote to motivate and uplift the user.
getQuote()
to generate a random quoteMaterialPageRoute(builder: (_) => const WelcomePage())
)if (settings.name == WelcomePage.route)
...)Featured Covered in this PR
Related Tickets & Documents
Screenshots, Recordings
New page screenshot:
![screenshot](https://private-user-images.githubusercontent.com/156097454/394840291-09b72f76-26f9-444a-a092-4e85c8d05e31.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjcwNjcsIm5iZiI6MTczOTA2Njc2NywicGF0aCI6Ii8xNTYwOTc0NTQvMzk0ODQwMjkxLTA5YjcyZjc2LTI2ZjktNDQ0YS1hMDkyLTRlODVjOGQwNWUzMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMjA2MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iOGVjNGE0NjVkODkwNjMzYTcyM2Y5ZGZiOWZiYjA5MmY2YjNiYmY4YjQ4ZDhjN2VjMGM0YTE3MjkyMWFhMWI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.KoG4y6xHtv45W0zxXsv6JFV6iB7Mj0cYR8cOTK4gwDU)
Recording:
https://github.com/user-attachments/assets/2b153443-8ad7-44f1-a805-be956d201801
Tested Feature??