ai_tags_remover 0.8.1
ai_tags_remover: ^0.8.1 copied to clipboard
Dart/flutter tool to remove all AI-related invisible (hidden) symbols from the project
import '../bin/ai_tags_remover.dart';
void main(List<String> args) async {
// execute(['--verbose', '--readonly']);
/// Analyse current project.
/// will find Hidden symbols in [ai_tags_remover_test.dart]
execute(['--readonly']);
}