DevCom-IITB / instiapp-flutter

Flutter App for Indian Institute of Technology, Bombay
MIT License
13 stars 32 forks source link

Follow Button to Internship, External and Placement Blog # Issue 41 #53

Closed namritaansh02 closed 11 months ago

namritaansh02 commented 11 months ago

Follow buttons were missing from the blogs, leading to user behavior of going to explore page and finding the required blog and then following, which can be simplified by simply adding a follow button to each blog.

I have achieved this by using the button from the body page, and adding it onto the blog pages, and making the trainingblogpage, externalblogpage, placementblogpage as statefull widgets, which return the body they are using the instiapp_bloc which is then used in the blogpage to make the follow button.

Screenshot 2023-12-15 151132

VIBR0X commented 11 months ago

Please change it to floating action button and make sure it passes all the tests

namritaansh02 commented 11 months ago

Updated to floating action button and errors should be resolved now. Preview : image

image

namritaansh02 commented 11 months ago

@VIBR0X I am not sure about the issue in building the apk, it is not due to any of the changes I made in the code. Any help on what could have been the cause of this.