Skip to content
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

Settings Screen #38

Closed
8 tasks done
himanshusharma89 opened this issue Mar 4, 2021 · 55 comments · Fixed by #137, #150, #172, #176 or #184
Closed
8 tasks done

Settings Screen #38

himanshusharma89 opened this issue Mar 4, 2021 · 55 comments · Fixed by #137, #150, #172, #176 or #184
Assignees
Labels
GSSOC21 Issues created for GSSOC'21 Level2 medium gssoc issue

Comments

@himanshusharma89
Copy link
Owner

himanshusharma89 commented Mar 4, 2021

Create Settings Screen containing:

  • Your Orders Screen
  • Change User Name/Password Screen
  • FAQs Screen
  • Log Out Button
  • Manage Address
  • Notification(enable or disable): @anotherwebguy
  • T&C
  • GitHub Repo Link Button: Open the in-app web view
@himanshusharma89 himanshusharma89 added the Level3 hard gssoc issue label Mar 4, 2021
@github-actions github-actions bot added the GSSOC21 Issues created for GSSOC'21 label Mar 4, 2021
@himanshusharma89 himanshusharma89 added Level1 easy gssoc issue Level2 medium gssoc issue labels Mar 6, 2021
@ritvij14
Copy link

ritvij14 commented Mar 8, 2021

@himanshusharma89 I would like to work on this issue. Also, do these tasks need to be completed in multiple PRs or in a single PR?

@himanshusharma89
Copy link
Owner Author

@ritvij14 Are you participating in GSSOC? If so, I'll assign it to you.

For this issue, you need a settings icon on the top right corner of the profile screen which will then navigate to the settings screen.
The settings screen will contain the list of the above-mentioned tasks, some of them will have a new page some of them don't. You can start with one task at a time.

@ritvij14
Copy link

ritvij14 commented Mar 8, 2021

@himanshusharma89 yes I am participating in GSSOC '21 as a mentee.

Ok got it. So for now to get an idea of the project I would like to go ahead with the Logout button and FAQs section. Does FAQ have a button that leads to a webpage with FAQs or are we showing them in the app itself?

@himanshusharma89
Copy link
Owner Author

@ritvij14 You can start with the FAQs section, you can get the free FAQs content online and use PDF Viewer to display it

@himanshusharma89
Copy link
Owner Author

@ritvij14 The settings icon on the profile will be taken care of by someone else.

@DevilAJ
Copy link

DevilAJ commented Mar 8, 2021

I would like to work on setting icon under Gssoc'21

@ritvij14
Copy link

ritvij14 commented Mar 8, 2021

@ritvij14 You can start with the FAQs section, you can get the free FAQs content online and use PDF Viewer to display it

@himanshusharma89 sorry but I am a bit confused 😅, like how many questions and what material/questions should be answered in them etc.
And should I go ahead with this for showing the pdf? https://pub.dev/packages/native_pdf_view

@himanshusharma89
Copy link
Owner Author

@DevilAJ, you can comment on any other issue, these are assigned to others.

@ritvij14 You can refer to this: https://github.com/himanshusharma89/flutterx100/blob/master/lib/helpers/constants.dart
You'll get an idea of FAQs. And yes you can use this package. Make sure to make it not scrollable.

@ritvij14
Copy link

@himanshusharma89 sorry about the late updates, I started working on this and was wondering if you have a mockup of the settings and faq screens prepared? I just wanted to have a look to get an understanding of how they would work.

@himanshusharma89
Copy link
Owner Author

@himanshusharma89 sorry about the late updates, I started working on this and was wondering if you have a mockup of the settings and faq screens prepared? I just wanted to have a look to get an understanding of how they would work.

You can check the Profile Screen and create a similar title for the FAQs and use the expansionTile to display the FAQs, similar to this: https://100daysofflutter.azurewebsites.net/#/
Code: https://github.com/himanshusharma89/flutterx100/blob/master/lib/screens/faqs.dart

@ritvij14
Copy link

@himanshusharma89 I created a mockup of the FAQs screen, but I have a doubt, in the link you sent me of 100daysofflutter, there the FAQ are shown as widgets themselves and not shown in a pdf, That's why I made this ->
WhatsApp Image 2021-03-10 at 7 48 31 PM

Does this look ok? Or do you want me to make any changes? Also, you said about using a package for pdf so how am I supposed to do that here?

@himanshusharma89
Copy link
Owner Author

@ritvij14 Oh sorry, don't mind the expansionTile we will use PDF Viewer. Also, the settings screen will consist of a list of tiles which will then open a new screen. So FAQ is one of the list tiles, which will open a new screen consisting of the PDF View.

For PDF View you need a doc, you can just copy-paste the FAQs for now and then import in assets and use it with the package.

@anotherwebguy
Copy link
Contributor

Create Settings Screen containing:

  • Your Orders Screen
  • Change User Name/Password
  • FAQs Screen: @ritvij14
  • Log Out Button
  • Manage Address
  • Notification(enable or disable)
  • T&C
  • GitHub Repo Link Button

Hey @himanshusharma89 can i work on your orders screen? Plz assign this issue to me ,
Here i just to have to make the mockup for your orders screen right like the one in the profile screen? Bcoz we don't have real data from firebase at present

@anotherwebguy
Copy link
Contributor

Create Settings Screen containing:

  • Your Orders Screen
  • Change User Name/Password
  • FAQs Screen: @ritvij14
  • Log Out Button
  • Manage Address
  • Notification(enable or disable)
  • T&C
  • GitHub Repo Link Button

can i create work on the setting screen creating all those buttons ?
plz assign me this issue @himanshusharma89

@himanshusharma89
Copy link
Owner Author

@anotherwebguy You can select a single button from the issue and wait for this PR to be merged: #108

@anotherwebguy
Copy link
Contributor

@anotherwebguy You can select a single button from the issue and wait for this PR to be merged: #108

Actually i've designed the layout of the settings screen

WhatsApp.Video.2021-03-12.at.6.52.29.PM.mp4

image

@anotherwebguy
Copy link
Contributor

@anotherwebguy You can select a single button from the issue and wait for this PR to be merged: #108

Actually i've designed the layout of the settings screen

WhatsApp.Video.2021-03-12.at.6.52.29.PM.mp4
image

does this looks good?

@himanshusharma89
Copy link
Owner Author

image

Yeah, this looks good, @ritvij14 you can follow this design. And also, the Settings screen might be integrated by tonight, so you can integrate your work into it. Also, @anotherwebguy I'll assign you some part of this issue as soon as the profile fix is merged.

@anotherwebguy
Copy link
Contributor

image

Yeah, this looks good, @ritvij14 you can follow this design. And also, the Settings screen might be integrated by tonight, so you can integrate your work into it. Also, @anotherwebguy I'll assign you some part of this issue as soon as the profile fix is merged.

so after the profile fix is merged i should integrate the settings layout into it right?

@himanshusharma89
Copy link
Owner Author

@anotherwebguy Not the whole screen and buttons, but the layout only.

@anotherwebguy
Copy link
Contributor

@anotherwebguy Not the whole screen and buttons, but the layout only.

yeah only this layout i mean bcoz the functionality of the buttons will be designed by others right?

@himanshusharma89
Copy link
Owner Author

Yes @anotherwebguy

@Samdid
Copy link
Contributor

Samdid commented Mar 12, 2021

@himanshusharma89 can I work on change username and password screen?

@ShrutiJ-01
Copy link
Contributor

@himanshusharma89 I would like to work on the github repo link button

@anotherwebguy anotherwebguy mentioned this issue Mar 13, 2021
4 tasks
@SapinderSingh
Copy link
Contributor

@himanshusharma89 I would like to work on the Logout button.

@anotherwebguy
Copy link
Contributor

anotherwebguy commented Apr 7, 2021

Create Settings Screen containing:

  • Your Orders Screen
  • Change User Name/Password Screen
  • FAQs Screen
  • Log Out Button: @SapinderSingh
  • Manage Address
  • Notification(enable or disable)
  • T&C
  • GitHub Repo Link Button: Open the in-app web view

i have already added the notification toggle button in the settings screen is there anything else related to it that needs to be done? i can work on it then? @himanshusharma89

@himanshusharma89
Copy link
Owner Author

@anotherwebguy We'll have a particular screen for this also, where user can choose to enable disable the notification

@anotherwebguy
Copy link
Contributor

anotherwebguy commented Apr 7, 2021

@anotherwebguy We'll have a particular screen for this also, where user can choose to enable disable the notification

So can i work on this issue and also what would u like to see on that screen just an toggle button to enable disable notification would be fine or something more? @himanshusharma89

himanshusharma89 pushed a commit that referenced this issue Apr 7, 2021
* Made Logout Button Functional. Fixes #38

* Added all the features as instructed. Fixes #38
@himanshusharma89 himanshusharma89 removed the Level3 hard gssoc issue label Apr 7, 2021
@himanshusharma89
Copy link
Owner Author

@anotherwebguy Yes you can but do follow the lining rules and resolve the problems(don't ignore them) also don't use Extra widgets for anything unnecessary. I have to clean the code letter. The screen will consist of some text on top which will tell user what does this do and below it, we will have a ListTile for toggle as trailing

@anotherwebguy
Copy link
Contributor

@anotherwebguy Yes you can but do follow the lining rules and resolve the problems(don't ignore them) also don't use Extra widgets for anything unnecessary. I have to clean the code letter. The screen will consist of some text on top which will tell user what does this do and below it, we will have a ListTile for toggle as trailing

Okay i'll keep that in mind i can work on this plz assign it to me

@anotherwebguy
Copy link
Contributor

@himanshusharma89 i'm not able to signup in relic bazar it says invalid request

@himanshusharma89
Copy link
Owner Author

@himanshusharma89 i'm not able to signup in relic bazar it says invalid request

Are your trying Google Auth? If so, you need to add your SHA-1 key into the firebase console for that.

@anotherwebguy
Copy link
Contributor

anotherwebguy commented Apr 8, 2021

@himanshusharma89 i'm not able to signup in relic bazar it says invalid request

Are your trying Google Auth? If so, you need to add your SHA-1 key into the firebase console for that.

No @himanshusharma89 i was trying email auth but it isn't working for me can u plz add my sha keys on firebase so atleast i can login through google auth and work on the issue if yes then i'll share my sha keys over discord dm to you?

@himanshusharma89
Copy link
Owner Author

Sure @anotherwebguy

@anotherwebguy
Copy link
Contributor

image

should i make a pr now @himanshusharma89 ?

@himanshusharma89
Copy link
Owner Author

@anotherwebguy Just make sure that you use already created Widget for the stacked view

@anotherwebguy
Copy link
Contributor

@anotherwebguy Just make sure that you use already created Widget for the stacked view

Yes i've used that only @himanshusharma89
So i am making the pr tomorrow the

himanshusharma89 added a commit that referenced this issue Apr 18, 2021
* Home updated

* files rearranged

* Search screen

* Cart Improvements

* Product screen fix

* Increase/Decrease Product Quantity

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* logo

* Update README.md

* Update README.md

* Update README.md

* Added Hack 20 logo

* Update README.md

* Update README.md

* Update README.md

* :feat Added Logos and GIFs

* Update README.md

* New Products

* Update README.md

* Update README.md

* New Products

* Update README.md

* Update README.md

* Update README.md

* Revert "Update README.md"

This reverts commit 0ec4a94.

* Added Promo Logo

* Update README.md

* Update README.md

* Added GIFS

* Update README.md

* Update README.md

* Update README.md

* Removed Damaged Gifs

* Update README.md

* Delete logo.png

* Create LICENSE

* Create CODE_OF_CONDUCT.md

* Update README.md

* Update .gitignore

* :feat mockups

* Update README.md

* overflow fix

* Add CONTRIBUTING.md

* Update README.md

* add labeler action for hacktoberfest

* Added delete branch on close PR workflow

* Added SvanBoxel's Implementation for deleting merged branch

* Added android release workflow

* Update android-release.yml

* File renamed

* naming convention update

* Update GITIGNORE

* naming convention update

* Assets Update

* Folder Structure Update

* Update README.md

* Update issue_label.yml

* fixed an issue of overflow using expanded and textoverflow

* Update android-release.yml

* Added Firebase Integration

* feat: razorpay

* gitignore update

* Scroll Physics Update

* Razorpay Test Key and Secret Added

* Flutter SVG dependecy issue fixed

* App Drawer Added

* Update issue_label.yml

* ListTiles added to the App Drawer

* Update issue_label.yml

* Added License, Code of Conduct and Contributing guidelines to README

* Initialize Firebase in app

* reoved web support

* feat: added linting using lint package

* style: fixed linter suggested warnings and errors

* Updated Contributing guidelines in README

* renderflex overflow fixed

* Added steps for cloning the app on contributer's environment

* added welcome bot

* removed leading search icon on home screen Search Bar

* Implemented a better way to hide the keyboard properly

* Update issue_label.yml

* docs: added issue templates

* removing unwanted commits

* Create pull_request_template.md

* docs: added pr label workflow

* docs: updated event name

* added product model

* made profile screen responsive for small screen size

* Added Named Routes and removed redundant code

* Added menu icon to the top right to navigate to the "Settings" screen

Updated profile screen by adding menu icon to the top right . This issue #39 was assigned to me and now is resolved.

* making requested changes

for #39

* made changes 

made separate settings.dart and added widget

* Outsourced Drawer and Drawer Item widgets

* added widget tests for ProductCard, ProductPage and BottomNavigationBar

* added widget tests for CartItem, OrderItem

* Added Named routes.

* Update issue_label.yml

* fixes #105

* Removed scroll glow

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* Made Settings layout

* Package Name Update

* home screen updated

* Issue-118

* Added Order model

* Created Order model

* 'Wishlist-Screen'

* Created about page

* Fixed the Renderflex Overflow issue

* Order Screen

* AdMob integration

* Gradle Version Upgrade

* fix: Issue 101

* issue #38 made manage address screen

* made changes to manage address

* Issues Resolved

* android, ios native splash screens added

* added ads on dashboard and product page

* Code Refactoring

* added code for faqs screen

* Added login screen(With all resolved changes)

* Update README.md

* Resolved all the changes

* made the changes

* Added google signin

* Added SignUp Screen

* Update CONTRIBUTING.md

Added linting rule statement

* Update pull_request_template.md

Added extra point to check for linting rules before merging

* fix: bump flutter version in the app release action

* Added the change username and password screen

* Project Structure Update

* Stacked Container Added

* Fixed Issue #151

* back to shop button on cart screen made to work.

* Added batches on top in Readme.md file

* Made the changes Issue #151

* Batches aligned at center

* resolved all the warnings

* Added T&C Screen Issue #38

* Added Email Auth #27

* Added Unknown Screen. Fixes Issue #161

* removed unknown route constant

* Firebase Remote Config

* Initialized remote config main

* Overflow problem in Settings Page

* Overflow problem in Settings Page

* Expanded the list view.
prevented the payment button to hide behind the ad banner in cart view.

* README.md file enhanced (#107)

* README.md enhanced

* README.md enhanced

* README.md enhanced

* README.md enhanced

* readme updated

* readme updated

* readme updated

* Login UI Update (#170)

* Added horizontal scroll to login page

* Resized widgets in login page

* Added space between text boxes in login page

Co-authored-by: AksV73 <[email protected]>

* Added in app web view for github repository link (#172)

* Code Cleanup

* Used FocusNode to shift from one TextFormField to another (#179)

* Made Logout button functional in Settings screen. Fixes #38 (#176)

* Made Logout Button Functional. Fixes #38

* Added all the features as instructed. Fixes #38

* Code Cleanup + UI Update

* Keep User Logged In (#181)

onAuthStateChanges Stream Added

* Fixes Issue #183. Added Privacy Policy Screen.

* added notificationsScreen (#184)

* made the new changes and squashed

* made changes

* fixed renderflex error

* Auth Update

* Fixes #190

* Deleted all the files.

* Fixes Issue #55

Co-authored-by: Himanshu Sharma <[email protected]>
Co-authored-by: Smaranjit Ghose <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: Ishan Sharma <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: HIMANSHU SHARMA <[email protected]>
Co-authored-by: Vipul Sinha <[email protected]>
Co-authored-by: lordvins226 <[email protected]>
Co-authored-by: Tushar-OP <[email protected]>
Co-authored-by: ecrax <[email protected]>
Co-authored-by: Ajay <[email protected]>
Co-authored-by: Mansi169 <[email protected]>
Co-authored-by: “nb9960” <“[email protected]”>
Co-authored-by: Diksha Goyal <[email protected]>
Co-authored-by: Saransh <[email protected]>
Co-authored-by: Alifbhanvadiya14 <[email protected]>
Co-authored-by: Aayush Bisen <[email protected]>
Co-authored-by: Mohit <[email protected]>
Co-authored-by: sloth-panda <[email protected]>
Co-authored-by: Rahul Gandhi <[email protected]>
Co-authored-by: abhishek7997 <[email protected]>
Co-authored-by: Praneeth-rdy <[email protected]>
Co-authored-by: Pawan <[email protected]>
Co-authored-by: Sakshi Gupta <[email protected]>
Co-authored-by: D <[email protected]>
Co-authored-by: piyushpradhan <[email protected]>
Co-authored-by: Chirag <[email protected]>
Co-authored-by: Abhi-1313 <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: ThatOneTallKid <[email protected]>
Co-authored-by: Neha Musale <[email protected]>
Co-authored-by: Rupanshi Chawda <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: Apurv <[email protected]>
Co-authored-by: AJAYK-01 <[email protected]>
Co-authored-by: Aman Nanda <[email protected]>
Co-authored-by: samdid <[email protected]>
Co-authored-by: ADITI YADAV <[email protected]>
Co-authored-by: Rishabh Raizada <[email protected]>
Co-authored-by: DOOMSTERR <[email protected]>
Co-authored-by: Puru Ganda <[email protected]>
Co-authored-by: Mus2413 <[email protected]>
Co-authored-by: Anirudh Sai S B <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: ShrutiJ-01 <[email protected]>
Co-authored-by: Sumit Didhate <[email protected]>
Co-authored-by: Muskan Jain <[email protected]>
himanshusharma89 added a commit that referenced this issue Apr 18, 2021
* files rearranged

* Search screen

* Cart Improvements

* Product screen fix

* Increase/Decrease Product Quantity

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* logo

* Update README.md

* Update README.md

* Update README.md

* Added Hack 20 logo

* Update README.md

* Update README.md

* Update README.md

* :feat Added Logos and GIFs

* Update README.md

* New Products

* Update README.md

* Update README.md

* New Products

* Update README.md

* Update README.md

* Update README.md

* Revert "Update README.md"

This reverts commit 0ec4a94.

* Added Promo Logo

* Update README.md

* Update README.md

* Added GIFS

* Update README.md

* Update README.md

* Update README.md

* Removed Damaged Gifs

* Update README.md

* Delete logo.png

* Create LICENSE

* Create CODE_OF_CONDUCT.md

* Update README.md

* Update .gitignore

* :feat mockups

* Update README.md

* overflow fix

* Add CONTRIBUTING.md

* Update README.md

* add labeler action for hacktoberfest

* Added delete branch on close PR workflow

* Added SvanBoxel's Implementation for deleting merged branch

* Added android release workflow

* Update android-release.yml

* File renamed

* naming convention update

* Update GITIGNORE

* naming convention update

* Assets Update

* Folder Structure Update

* Update README.md

* Update issue_label.yml

* fixed an issue of overflow using expanded and textoverflow

* Update android-release.yml

* Added Firebase Integration

* feat: razorpay

* gitignore update

* Scroll Physics Update

* Razorpay Test Key and Secret Added

* Flutter SVG dependecy issue fixed

* App Drawer Added

* Update issue_label.yml

* ListTiles added to the App Drawer

* Update issue_label.yml

* Added License, Code of Conduct and Contributing guidelines to README

* Initialize Firebase in app

* reoved web support

* feat: added linting using lint package

* style: fixed linter suggested warnings and errors

* Updated Contributing guidelines in README

* renderflex overflow fixed

* Added steps for cloning the app on contributer's environment

* added welcome bot

* removed leading search icon on home screen Search Bar

* Implemented a better way to hide the keyboard properly

* Update issue_label.yml

* docs: added issue templates

* removing unwanted commits

* Create pull_request_template.md

* docs: added pr label workflow

* docs: updated event name

* added product model

* made profile screen responsive for small screen size

* Added Named Routes and removed redundant code

* Added menu icon to the top right to navigate to the "Settings" screen

Updated profile screen by adding menu icon to the top right . This issue #39 was assigned to me and now is resolved.

* making requested changes

for #39

* made changes 

made separate settings.dart and added widget

* Outsourced Drawer and Drawer Item widgets

* added widget tests for ProductCard, ProductPage and BottomNavigationBar

* added widget tests for CartItem, OrderItem

* Added Named routes.

* Update issue_label.yml

* fixes #105

* Removed scroll glow

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* Made Settings layout

* Package Name Update

* home screen updated

* Issue-118

* Added Order model

* Created Order model

* 'Wishlist-Screen'

* Created about page

* Fixed the Renderflex Overflow issue

* Order Screen

* AdMob integration

* Gradle Version Upgrade

* fix: Issue 101

* issue #38 made manage address screen

* made changes to manage address

* Issues Resolved

* android, ios native splash screens added

* added ads on dashboard and product page

* Code Refactoring

* added code for faqs screen

* Added login screen(With all resolved changes)

* Update README.md

* Resolved all the changes

* made the changes

* Added google signin

* Added SignUp Screen

* Update CONTRIBUTING.md

Added linting rule statement

* Update pull_request_template.md

Added extra point to check for linting rules before merging

* fix: bump flutter version in the app release action

* Added the change username and password screen

* Project Structure Update

* Stacked Container Added

* Fixed Issue #151

* back to shop button on cart screen made to work.

* Added batches on top in Readme.md file

* Made the changes Issue #151

* Batches aligned at center

* resolved all the warnings

* Added T&C Screen Issue #38

* Added Email Auth #27

* Added Unknown Screen. Fixes Issue #161

* removed unknown route constant

* Firebase Remote Config

* Initialized remote config main

* Overflow problem in Settings Page

* Overflow problem in Settings Page

* Expanded the list view.
prevented the payment button to hide behind the ad banner in cart view.

* README.md file enhanced (#107)

* README.md enhanced

* README.md enhanced

* README.md enhanced

* README.md enhanced

* readme updated

* readme updated

* readme updated

* Login UI Update (#170)

* Added horizontal scroll to login page

* Resized widgets in login page

* Added space between text boxes in login page

Co-authored-by: AksV73 <[email protected]>

* Added in app web view for github repository link (#172)

* Code Cleanup

* Used FocusNode to shift from one TextFormField to another (#179)

* Made Logout button functional in Settings screen. Fixes #38 (#176)

* Made Logout Button Functional. Fixes #38

* Added all the features as instructed. Fixes #38

* Code Cleanup + UI Update

* Keep User Logged In (#181)

onAuthStateChanges Stream Added

* Fixes Issue #183. Added Privacy Policy Screen.

* added notificationsScreen (#184)

* made the new changes and squashed

* made changes

* fixed renderflex error

* Auth Update

* Fixes #190

* Deleted all the files.

* Fixes Issue #55

* Pushing the docs folder only.

Co-authored-by: Himanshu Sharma <[email protected]>
Co-authored-by: Smaranjit Ghose <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: Ishan Sharma <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: HIMANSHU SHARMA <[email protected]>
Co-authored-by: Vipul Sinha <[email protected]>
Co-authored-by: lordvins226 <[email protected]>
Co-authored-by: Tushar-OP <[email protected]>
Co-authored-by: ecrax <[email protected]>
Co-authored-by: Ajay <[email protected]>
Co-authored-by: Mansi169 <[email protected]>
Co-authored-by: “nb9960” <“[email protected]”>
Co-authored-by: Diksha Goyal <[email protected]>
Co-authored-by: Saransh <[email protected]>
Co-authored-by: Alifbhanvadiya14 <[email protected]>
Co-authored-by: Aayush Bisen <[email protected]>
Co-authored-by: Mohit <[email protected]>
Co-authored-by: sloth-panda <[email protected]>
Co-authored-by: Rahul Gandhi <[email protected]>
Co-authored-by: abhishek7997 <[email protected]>
Co-authored-by: Praneeth-rdy <[email protected]>
Co-authored-by: Pawan <[email protected]>
Co-authored-by: Sakshi Gupta <[email protected]>
Co-authored-by: D <[email protected]>
Co-authored-by: piyushpradhan <[email protected]>
Co-authored-by: Chirag <[email protected]>
Co-authored-by: Abhi-1313 <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: ThatOneTallKid <[email protected]>
Co-authored-by: Neha Musale <[email protected]>
Co-authored-by: Rupanshi Chawda <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: Apurv <[email protected]>
Co-authored-by: AJAYK-01 <[email protected]>
Co-authored-by: Aman Nanda <[email protected]>
Co-authored-by: samdid <[email protected]>
Co-authored-by: ADITI YADAV <[email protected]>
Co-authored-by: Rishabh Raizada <[email protected]>
Co-authored-by: DOOMSTERR <[email protected]>
Co-authored-by: Puru Ganda <[email protected]>
Co-authored-by: Mus2413 <[email protected]>
Co-authored-by: Anirudh Sai S B <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: ShrutiJ-01 <[email protected]>
Co-authored-by: Sumit Didhate <[email protected]>
Co-authored-by: Muskan Jain <[email protected]>
himanshusharma89 added a commit that referenced this issue Apr 18, 2021
* Cart Improvements

* Product screen fix

* Increase/Decrease Product Quantity

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* logo

* Update README.md

* Update README.md

* Update README.md

* Added Hack 20 logo

* Update README.md

* Update README.md

* Update README.md

* :feat Added Logos and GIFs

* Update README.md

* New Products

* Update README.md

* Update README.md

* New Products

* Update README.md

* Update README.md

* Update README.md

* Revert "Update README.md"

This reverts commit 0ec4a94.

* Added Promo Logo

* Update README.md

* Update README.md

* Added GIFS

* Update README.md

* Update README.md

* Update README.md

* Removed Damaged Gifs

* Update README.md

* Delete logo.png

* Create LICENSE

* Create CODE_OF_CONDUCT.md

* Update README.md

* Update .gitignore

* :feat mockups

* Update README.md

* overflow fix

* Add CONTRIBUTING.md

* Update README.md

* add labeler action for hacktoberfest

* Added delete branch on close PR workflow

* Added SvanBoxel's Implementation for deleting merged branch

* Added android release workflow

* Update android-release.yml

* File renamed

* naming convention update

* Update GITIGNORE

* naming convention update

* Assets Update

* Folder Structure Update

* Update README.md

* Update issue_label.yml

* fixed an issue of overflow using expanded and textoverflow

* Update android-release.yml

* Added Firebase Integration

* feat: razorpay

* gitignore update

* Scroll Physics Update

* Razorpay Test Key and Secret Added

* Flutter SVG dependecy issue fixed

* App Drawer Added

* Update issue_label.yml

* ListTiles added to the App Drawer

* Update issue_label.yml

* Added License, Code of Conduct and Contributing guidelines to README

* Initialize Firebase in app

* reoved web support

* feat: added linting using lint package

* style: fixed linter suggested warnings and errors

* Updated Contributing guidelines in README

* renderflex overflow fixed

* Added steps for cloning the app on contributer's environment

* added welcome bot

* removed leading search icon on home screen Search Bar

* Implemented a better way to hide the keyboard properly

* Update issue_label.yml

* docs: added issue templates

* removing unwanted commits

* Create pull_request_template.md

* docs: added pr label workflow

* docs: updated event name

* added product model

* made profile screen responsive for small screen size

* Added Named Routes and removed redundant code

* Added menu icon to the top right to navigate to the "Settings" screen

Updated profile screen by adding menu icon to the top right . This issue #39 was assigned to me and now is resolved.

* making requested changes

for #39

* made changes 

made separate settings.dart and added widget

* Outsourced Drawer and Drawer Item widgets

* added widget tests for ProductCard, ProductPage and BottomNavigationBar

* added widget tests for CartItem, OrderItem

* Added Named routes.

* Update issue_label.yml

* fixes #105

* Removed scroll glow

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* refactor: changed package name

Changed package name from com.example.retro_shopping to tech.himanshusharma.relicbazaar.

Fixes #84

* Made Settings layout

* Package Name Update

* home screen updated

* Issue-118

* Added Order model

* Created Order model

* 'Wishlist-Screen'

* Created about page

* Fixed the Renderflex Overflow issue

* Order Screen

* AdMob integration

* Gradle Version Upgrade

* fix: Issue 101

* issue #38 made manage address screen

* made changes to manage address

* Issues Resolved

* android, ios native splash screens added

* added ads on dashboard and product page

* Code Refactoring

* added code for faqs screen

* Added login screen(With all resolved changes)

* Update README.md

* Resolved all the changes

* made the changes

* Added google signin

* Added SignUp Screen

* Update CONTRIBUTING.md

Added linting rule statement

* Update pull_request_template.md

Added extra point to check for linting rules before merging

* fix: bump flutter version in the app release action

* Added the change username and password screen

* Project Structure Update

* Stacked Container Added

* Fixed Issue #151

* back to shop button on cart screen made to work.

* Added batches on top in Readme.md file

* Made the changes Issue #151

* Batches aligned at center

* resolved all the warnings

* Added T&C Screen Issue #38

* Added Email Auth #27

* Added Unknown Screen. Fixes Issue #161

* removed unknown route constant

* Firebase Remote Config

* Initialized remote config main

* Overflow problem in Settings Page

* Overflow problem in Settings Page

* Expanded the list view.
prevented the payment button to hide behind the ad banner in cart view.

* README.md file enhanced (#107)

* README.md enhanced

* README.md enhanced

* README.md enhanced

* README.md enhanced

* readme updated

* readme updated

* readme updated

* Login UI Update (#170)

* Added horizontal scroll to login page

* Resized widgets in login page

* Added space between text boxes in login page

Co-authored-by: AksV73 <[email protected]>

* Added in app web view for github repository link (#172)

* Code Cleanup

* Used FocusNode to shift from one TextFormField to another (#179)

* Made Logout button functional in Settings screen. Fixes #38 (#176)

* Made Logout Button Functional. Fixes #38

* Added all the features as instructed. Fixes #38

* Code Cleanup + UI Update

* Keep User Logged In (#181)

onAuthStateChanges Stream Added

* Fixes Issue #183. Added Privacy Policy Screen.

* added notificationsScreen (#184)

* made the new changes and squashed

* made changes

* fixed renderflex error

* Auth Update

* Fixes #190

* Deleted all the files.

* Fixes Issue #55

* Pushing the docs folder only.

* pushing gh-pages

Co-authored-by: Himanshu Sharma <[email protected]>
Co-authored-by: Smaranjit Ghose <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: Ishan Sharma <[email protected]>
Co-authored-by: Anush Bhatia <[email protected]>
Co-authored-by: HIMANSHU SHARMA <[email protected]>
Co-authored-by: Vipul Sinha <[email protected]>
Co-authored-by: lordvins226 <[email protected]>
Co-authored-by: Tushar-OP <[email protected]>
Co-authored-by: ecrax <[email protected]>
Co-authored-by: Ajay <[email protected]>
Co-authored-by: Mansi169 <[email protected]>
Co-authored-by: “nb9960” <“[email protected]”>
Co-authored-by: Diksha Goyal <[email protected]>
Co-authored-by: Saransh <[email protected]>
Co-authored-by: Alifbhanvadiya14 <[email protected]>
Co-authored-by: Aayush Bisen <[email protected]>
Co-authored-by: Mohit <[email protected]>
Co-authored-by: sloth-panda <[email protected]>
Co-authored-by: Rahul Gandhi <[email protected]>
Co-authored-by: abhishek7997 <[email protected]>
Co-authored-by: Praneeth-rdy <[email protected]>
Co-authored-by: Pawan <[email protected]>
Co-authored-by: Sakshi Gupta <[email protected]>
Co-authored-by: D <[email protected]>
Co-authored-by: piyushpradhan <[email protected]>
Co-authored-by: Chirag <[email protected]>
Co-authored-by: Abhi-1313 <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: ThatOneTallKid <[email protected]>
Co-authored-by: Neha Musale <[email protected]>
Co-authored-by: Rupanshi Chawda <[email protected]>
Co-authored-by: Suyash Choudhary <[email protected]>
Co-authored-by: Apurv <[email protected]>
Co-authored-by: AJAYK-01 <[email protected]>
Co-authored-by: Aman Nanda <[email protected]>
Co-authored-by: samdid <[email protected]>
Co-authored-by: ADITI YADAV <[email protected]>
Co-authored-by: Rishabh Raizada <[email protected]>
Co-authored-by: DOOMSTERR <[email protected]>
Co-authored-by: Puru Ganda <[email protected]>
Co-authored-by: Mus2413 <[email protected]>
Co-authored-by: Anirudh Sai S B <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: AksV73 <[email protected]>
Co-authored-by: ShrutiJ-01 <[email protected]>
Co-authored-by: Sumit Didhate <[email protected]>
Co-authored-by: Muskan Jain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment