hpoul / string_literal_finder

Finding non translated string literals in .dart code files.
10 stars 4 forks source link

ExcludePathChecker class is not accessible in the package #4

Open nemr0 opened 1 week ago

nemr0 commented 1 week ago

ExcludePathChecker is not visible when importing the package for use as I'm using this amazing package to build a cli tool to fully generate localization file and replace it in dart code for targeted project.

hpoul commented 1 week ago

ok, thanks i've merged your PR .. (although it's just a warning if you would directly import the src file.) Is your project you are working on public/open source?

nemr0 commented 1 week ago

ok, thanks i've merged your PR .. (although it's just a warning if you would directly import the src file.) Is your project you are working on public/open source?

it is still in early stages so i made it private for now, but soon it will be open source, thanks for your quick reply and merge