lang/vi library
The Vietnamese term pack.
Community-sourced and unvetted. Every entry takes a default category and severity, because the source carries neither. Expect false positives. Load it only when you handle Vietnamese text.
import 'package:vulgarity/vulgarity.dart';
import 'package:vulgarity/lang/vi.dart';
final filter = (VulgarityFilterBuilder()
..useDefaultSeed()
..addSeed(seedVi))
.build();