andoriyaprashant / OpSo

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

Integrated input validation mechanisms #104

Closed AlexMercer00 closed 4 months ago

AlexMercer00 commented 4 months ago

I've integrated input validation mechanisms into the form fields using validators from the 'validators.dart' file. This helps prevent common security risks like SQL injection and XSS attacks by ensuring that user input meets certain criteria before being processed. Additionally, I've updated the form fields to display appropriate error messages when validation fails, providing users with clear feedback on how to correct their input.

yagnik2411 commented 4 months ago

@AlexMercer00 are you in gssoc? we have conflict in home_page

yagnik2411 commented 4 months ago

are you in gssoc?

AlexMercer00 commented 4 months ago

@AlexMercer00 are you in gssoc? we have conflict in home_page

I am a GSSOC contributor. I have also made some changes due to which conflicts arise.

AlexMercer00 commented 4 months ago

@yagnik2411 Could you please take a moment to review my version of home_page.dart? I've made some improvements and adjustments, and I'd appreciate your feedback . Thank you in advance for your time and consideration!

yagnik2411 commented 4 months ago

we have conflict in home page

AlexMercer00 commented 4 months ago

@yagnik2411 conflict is ressolved now

yagnik2411 commented 4 months ago

i review it

andoriyaprashant commented 4 months ago

@AlexMercer00 The changes you made in this pull request are not correct and are breaking the UI of the entire app. Errors are occurring as well. Please either fix these issues or create a separate pull request for the fixes. For now, I am closing this pull request.