rn 0.0.1
rn: ^0.0.1 copied to clipboard
I rebuild 'rename' package
rn #
Flutter rename project. Re-developed on rename package.
A few words #
The flutter-boilerplate I created recently was embedded in my project. Since the codes are dynamic, I needed to create a separate package.
Because the rename package did not support operations such as manipulating android bundleId with a folder. Based on this package, the deficiencies were eliminated and the variables were removed from the CLI and moved to the build.env file.
Getting Started #
Create build.env
file on your project root directory.
Copy following codes to build.env file;
# pubspec.yaml -> name
FLUTTER_PACKAGE_NAME=flutterarch
# App name appearing on the device
APPLICATION_NAME=Flutter Arch
# pubspec.yaml -> description
APPLICATON_DESCRIPTION=A new Flutter architecture.
# Package name; com.google.flutter etc.
DOMAIN_NAME=fatihmert.dev.flutterarch
copied to clipboard
Replace as desired, then run command;
pub global run rn
copied to clipboard
or
rn
copied to clipboard