onestudio-co / flutter-bond

Your next Flutter project template!
173 stars 48 forks source link

Solving issue 96 #126

Closed AbedrahmanYassen closed 11 months ago

AbedrahmanYassen commented 11 months ago

PART OF GTC OPEN SOURCE INTIATIVE

Solving issue 96, Now the password field in the login screen can't be copied from or past into.

Pull Request Description

Summary: Preventing the password from being copied from or pasted to the password field.

Related Issue: 96

Proposed Changes

Description: I just added the enableInteractiveSelection property to block copy and past to the text field.

Checklist

Please review and check the following items before submitting your pull request:

salahamassi commented 11 months ago

Thanks