package_rename_plus library

A blazingly fast way to configure your project to be production ready.

You can customize configurations it in the following way:

  1. package_rename_config key in pubspec.yaml:
package_rename_config:
  ...
  1. package_rename_config.yaml file at the root of the project:
package_rename_config:
  ...

Functions

set(List<String> args) → void
Starts setting build configurations for the flutter application according to given configuration.