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)  

Libraries

flutter_patch_tool