aitextwatermarkremover_tools 0.1.0
aitextwatermarkremover_tools: ^0.1.0 copied to clipboard
Local utilities to scan and remove invisible Unicode characters and tidy Markdown paste residue. Independent third-party helper inspired by aitextwatermarkremover.com. Not an official SDK. Runs offline.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aitextwatermarkremover_toolsWith Flutter:
$ flutter pub add aitextwatermarkremover_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aitextwatermarkremover_tools: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:aitextwatermarkremover_tools/aitextwatermarkremover_tools.dart';