andoriyaprashant / OpSo

OpSo is a Flutter app that provides comprehensive information about various open-source programs
MIT License
35 stars 59 forks source link

Issue #180 resolved #194

Closed Shubham-Zone closed 3 weeks ago

Shubham-Zone commented 3 weeks ago

Problem / Issue No.

Describe Problem / Root Cause

Solution Proposed

Code Changes:

ListView(
  physics: NeverScrollableScrollPhysics(),
  //...
)

Additional Information

Video of changes

https://github.com/andoriyaprashant/OpSo/assets/154971588/d18b7de7-abb3-4406-9972-15ba0a2d9169

github-actions[bot] commented 3 weeks ago

Thank you for submitting your pull request! We'll review it as soon as possible.

Shubham-Zone commented 3 weeks ago

@andoriyaprashant i have created a PR. this issue is fixed please merge and close the issue

andoriyaprashant commented 3 weeks ago

@Shubham-Zone Remove unnecessary code files

Shubham-Zone commented 3 weeks ago

@andoriyaprashant i have removed all the unnecessary code files

RishavKumarSinha commented 2 weeks ago

@andoriyaprashant , the changes done in this pull request causes the projects in the Summer of Bitcoin and GSSoC Page to be unscrollable as physics: NeverScrollableScrollPhysics(), is applied to the widget _buildProjectList thus effectively stopping the users from accessing any more projects than shown on the front screen.

Shubham-Zone commented 2 weeks ago

@RishavKumarSinha this is the issue of responsiveness of the app ... you can add an issue related to the responsiveness