flutter_patch_tool 1.0.0
flutter_patch_tool: ^1.0.0 copied to clipboard
A Flutter/Dart tool to update yaml keys and files for patching app to app store.
My Package #
A Flutter package to automate Flutter project setup and manage assets.
It provides mobile-safe APIs for downloading images and a CLI script for PC developers to update project files (pubspec.yaml
, app name, and launcher icons) automatically.
Features #
- Download images at runtime safely in mobile, desktop, and web apps.
- CLI tool to automate project setup on PC:
- Update dependencies in
pubspec.yaml
. - Update
flutter_launcher_icons
with custom images. - Generate launcher icons automatically.
- Rename the app using the
rename
package.
- Update dependencies in
- Example app demonstrating usage.
- Works on Flutter projects of any name.
Getting Started #
Prerequisites #
- Flutter >= 3.0.0
- Dart >= 3.0.0
flutter_launcher_icons
andrename
packages installed (handled automatically by CLI script)
Installing the package locally #
If the package is not yet published to pub.flutter-io.cn:
dependencies:
my_package:
path: ../my_package # Adjust the path to your package folder
## Developer
π¨βπ» Developed by Ahmed Hantop.
π [LinkedIn](https://www.linkedin.com/in/ahmed-hantop-89a142253)
π [GitHub](https://github.com/ahmedhantob/multi_languge.git)
βοΈ Email: [ahmedhantop@gmail.com](mailto:ahmedhantop@gmail.com)