atreeon_find_replace 0.0.1+1 copy "atreeon_find_replace: ^0.0.1+1" to clipboard
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_replace

Use 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_replace

With Flutter:

 $ flutter pub add atreeon_find_replace

This 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+1

Alternatively, 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';
0
likes
130
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

finds and replaces text in files (useful for configuring build.gradle & androidManifest.xml)

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, dartx, intl

More

Packages that depend on atreeon_find_replace