package_rename 1.6.0 package_rename: ^1.6.0 copied to clipboard
A Blazingly Fast way to configure your awesome flutter project to be production ready.
1.6.0 #
1.5.3 #
- fix(ios):
PRODUCT_BUNDLE_IDENTIFIER
not updating if it contains underscore (_
). Thanks @imranspahic for d8d8395 - refactor: updated project template and documentations in daf18d3
- fix(macos):
PRODUCT_BUNDLE_IDENTIFIER
not updating if it contains underscore (_
) for extension targets in 8dfe5ac
1.5.2 #
1.5.0 #
- feat: ability to use config file at different location than root of project. Thanks @milindgoel15 for 3605341
1.3.3 #
1.3.1 #
1.3.0 #
- feat: Support new windows code from Flutter 3.7 onwards. Thanks @obemu for ac23e98
- feat: support flutter 3.10 template code in 6f1a4e0
- docs: updated package docs in b5e6315
- chore: updated package dependencies and configurations in b7aa13c, 48abd67 and 8b2505d
-
feat!: added
dart run package_rename
command and Deprecatedflutter pub run package_rename:set
command in ea2f950 #
1.1.0 #
- chore: migrated to Flutter 3.7 in 6ccb378
- chore: updated dependencies to latest in 8d59c57
- feat: added field
override_old_package
to move existing MainActivity code to new folder structure in d664dbc- This can be used to move existing code instead of creating new default template
- Using this field will delete the old folder structure
1.0.0+1 #
- DOCS: show closed issue count instead of pr count (readme)
1.0.0 #
- First Public Release