{"id":23978444,"url":"https://github.com/thomasecalle/flutter_rename_app","last_synced_at":"2025-04-14T02:03:33.310Z","repository":{"id":53972002,"uuid":"230649247","full_name":"ThomasEcalle/flutter_rename_app","owner":"ThomasEcalle","description":"A tool to entirely rename your Flutter app easily","archived":false,"fork":false,"pushed_at":"2022-09-30T15:08:31.000Z","size":1414,"stargazers_count":19,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-20T22:04:30.193Z","etag":null,"topics":["flutter","flutter-package","flutter-tool","mobile-development"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasEcalle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-28T18:40:18.000Z","updated_at":"2023-08-20T22:04:30.194Z","dependencies_parsed_at":"2022-08-13T05:21:06.121Z","dependency_job_id":null,"html_url":"https://github.com/ThomasEcalle/flutter_rename_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasEcalle%2Fflutter_rename_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasEcalle%2Fflutter_rename_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasEcalle%2Fflutter_rename_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasEcalle%2Fflutter_rename_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasEcalle","download_url":"https://codeload.github.com/ThomasEcalle/flutter_rename_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232844735,"owners_count":18585263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","flutter-package","flutter-tool","mobile-development"],"created_at":"2025-01-07T08:18:10.740Z","updated_at":"2025-01-07T08:18:11.441Z","avatar_url":"https://github.com/ThomasEcalle.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_rename_app\n\nRename Flutter applications in one command.\n\n\u003e This package assumes that you created your flutter project using `flutter create` command line.\n\n## Usage\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/ThomasEcalle/flutter_rename_app/master/documentation/readme_gif.gif\" width=\"700\" height=\"350\"/\u003e\n\u003c/p\u003e\n\n### Add dependency\n\n```\ndev_dependencies:\n  flutter_test:\n    sdk: flutter\n  flutter_rename_app:\n```\n\n### Define Settings\n\n```\nflutter_rename_app:\n  application_name: Bank App\n  dart_package_name: bank_app\n  application_id: com.android.bank\n  bundle_id: com.ios.bank\n  android_package_name: com.bank.app\n```\n\n| setting | description | required |\n| ---- | -- | -- |\n| application_name | Your application's name | yes |\n| dart_package_name | The dart package name (used in all imports in your `lib` or `test` directories) | no |\n| application_id | The android `application_id`, must be unique on the Play Store | no |\n| bundle_id | The iOS `bundle_id`, must be unique on the Apple Store | no |\n| android_package_name | The android `package_name`, used only for the architecture of your android files | no |\n\n## Run package\n\nMake sure that your current working directory is the project root.\n\n\u003e Make sure to be able to get back to previous state in case something went wrong, by commiting your work before running the package for example.\n\n\n```\nflutter pub get\nflutter pub run flutter_rename_app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasecalle%2Fflutter_rename_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasecalle%2Fflutter_rename_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasecalle%2Fflutter_rename_app/lists"}