update examples
This commit is contained in:
@@ -85,7 +85,8 @@ Future<List<_Package>> _scanDirectory(
|
||||
}
|
||||
|
||||
// Skip example directories
|
||||
if (entity.parent.path.split(Platform.pathSeparator).contains('example')) {
|
||||
if (entity.parent.path.split(Platform.pathSeparator).contains('example') ||
|
||||
entity.parent.path.split(Platform.pathSeparator).contains('examples')) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user