flutter_patch_tool 1.0.0 copy "flutter_patch_tool: ^1.0.0" to clipboard
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.
  • 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 and rename 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)  
0
likes
145
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart tool to update yaml keys and files for patching app to app store.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_bloc, flutter_launcher_icons, flutter_local_notifications, http, path_provider, rename, shared_preferences, shorebird_code_push, timezone, yaml, yaml_edit

More

Packages that depend on flutter_patch_tool