atreeon_find_replace 0.0.1+1
atreeon_find_replace: ^0.0.1+1 copied to clipboard
finds and replaces text in files (useful for configuring build.gradle & androidManifest.xml)
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate atreeon_find_replaceUse it
The package has the following executables:
$ atreeon_find_replace
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add atreeon_find_replaceWith Flutter:
$ flutter pub add atreeon_find_replaceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
atreeon_find_replace: ^0.0.1+1Alternatively, 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:atreeon_find_replace/Config.dart';
import 'package:atreeon_find_replace/eInsertType.dart';
import 'package:atreeon_find_replace/findAndReplace.dart';
import 'package:atreeon_find_replace/getConfig.dart';