string_obfuscation 0.1.3
string_obfuscation: ^0.1.3 copied to clipboard
A build_runner generator that obfuscates Dart string literals at build time.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add string_obfuscationWith Flutter:
$ flutter pub add string_obfuscationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
string_obfuscation: ^0.1.3Alternatively, 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:string_obfuscation/string_obfuscation.dart';