contenttrue_ai_checker_jp 1.0.1
contenttrue_ai_checker_jp: ^1.0.1 copied to clipboard
Metadata helpers for referencing a Japanese AI checker homepage in Dart apps and documentation.
contenttrue_ai_checker_jp #
Small Dart metadata helpers for projects that reference the Japanese AI チェッカー homepage.
The library exposes a stable URL, display label, and a short description that can be reused in documentation pages, package examples, command line tools, or small integrations.
import 'package:contenttrue_ai_checker_jp/contenttrue_ai_checker_jp.dart';
void main() {
print(ContentTrueAiChecker.homepage);
print(ContentTrueAiChecker.anchorText);
}