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
ai_tags_remover #
A Flutter package that helps you remove all AI-related invisible (hidden) symbols from the project.
Features #
- Easy to use: Run the entire process with single command.
Requirements #
All these steps are needed only for the first app. You can reuse these settings in other apps.
Before installation, ensure you have installed the one from the following list #
- Dart
- Flutter
Usage #
Add this package to your development dependency:
flutter pub add --dev ai_tags_remover
Open a terminal in your current project, then run:
dart run ai_tags_remover
Run with params:
dart run ai_tags_remover d:\Work\ext_project --verbose --readonly
This package will automatically process all files from your project and removes all secret anchors from your code and project files
Contributions #
This package is still in the development stage. File an issue if you have one, and PRs are welcome.