simple_connectivity
simple_connectivity copied to clipboard
Remove private files and folders from the git repository
We should not include private files, which sometimes points to local resources, in the git repository.
One weird side effect of this would be your users seeing errors like this on their machines:
Also, those private files would prevent that user's IDE from opening the forked repository as a Flutter project (because of the missing files).