ai_tags_remover 0.8.1 copy "ai_tags_remover: ^0.8.1" to clipboard
ai_tags_remover: ^0.8.1 copied to clipboard

Dart/flutter tool to remove all AI-related invisible (hidden) symbols from the project

example/main.dart

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']);
}
3
likes
150
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Dart/flutter tool to remove all AI-related invisible (hidden) symbols from the project

Repository (GitHub)
View/report issues

Topics

#ai #invisible #hidden #unicode #tags

Documentation

API reference

License

MIT (license)

Dependencies

args, logging, path

More

Packages that depend on ai_tags_remover