Last active
October 7, 2022 20:25
-
-
Save vijaybheda/48cfcbf7e4763a470302b302b4be8927 to your computer and use it in GitHub Desktop.
π¦ #Visual #Studio #Code tip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| π¦ #Visual #Studio #Code tip: find all #hardcoded #strings in your #Flutter project | |
| using this handy #regex π Change the | |
| (?<!import )'(.*?)' to (?<!import )"(.*?)" | |
| to find strings with double-quotes around! π₯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment