package_rename 1.0.0 copy "package_rename: ^1.0.0" to clipboard
package_rename: ^1.0.0 copied to clipboard

outdated

A Blazingly Fast way to configure your awesome flutter project to be production ready.

Package Rename #

A Blazingly Fast way to configure your Bleeding Edge flutter project to be production ready.

pub package GitHub style: very good analysis

GitHub issues GitHub issues


Package Rename handles changing 30 fields across 15 files on 6 platforms so you can focus on your awesome project.

For more info see list of changed fields

Getting started #

Add to Dependencies

dev_dependencies:
  package_rename: ^1.0.0

Create configuration

You can create configurations by adding package_rename_config key in:

  1. Root pubspec.yaml file
  2. package_rename_config.yaml file at root of your project

Usage #

Adding Platform Specific Configurations

package_rename_config:
  android:
    app_name: # (String) The display name of the android app
    package_name: # (String) The package name of the android app

  ios:
    app_name: # (String) The display name of the ios app
    bundle_name: # (String) The bundle name of the ios app
    package_name: # (String) The product bundle identifier of the ios app

  linux:
    app_name: # (String) The window title of the linux app
    package_name: # (String) The application id of the linux app
    exe_name: # (String) The executable name (binary name) of the linux app

  macos:
    app_name: # (String) The product name of the macos app
    package_name: # (String) The product bundle identifier of the macos app
    copyright_notice: # (String) The product copyright of the macos app

  web:
    app_name: # (String) The title and display name of the web app and PWA
    description: # (String) The description of the web app and PWA

  windows:
    app_name: # (String) The window title & software name of the windows app
    organization: # (String) The organization name (company name) of the windows app
    copyright_notice: # (String) The legal copyright of the windows app
    exe_name: # (String) The executable name (binary name) of the windows app

For full example click here

Running Package Rename

Execute the follow command at the root of your project:

flutter pub run package_rename:set

And that's it! 🎉 #

Now you can deploy your production ready app to change the WORLD!

95
likes
0
pub points
92%
popularity

Publisher

verified publisheroutdatedguy.rocks

A Blazingly Fast way to configure your awesome flutter project to be production ready.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, logger, universal_io, yaml

More

Packages that depend on package_rename