Skip to content

Instantly share code, notes, and snippets.

@vijaybheda
Last active October 7, 2022 20:25
Show Gist options
  • Select an option

  • Save vijaybheda/48cfcbf7e4763a470302b302b4be8927 to your computer and use it in GitHub Desktop.

Select an option

Save vijaybheda/48cfcbf7e4763a470302b302b4be8927 to your computer and use it in GitHub Desktop.
πŸ¦„ #Visual #Studio #Code tip
πŸ¦„ #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