fluttercommunity / fluttercommunity/flutter_launcher_icons

Allow Using URLs for Image Files

Open
#511 0 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

**Description:**

Currently, Flutter Launcher Icons requires image files to be local assets, which can be limiting in some scenarios. This PR aims to enhance the package's functionality by allowing developers to specify image URLs instead of local file paths, thus providing more flexibility in how app launcher icons are generated.

**Changes Made:**

- Modified the `flutter_launcher_icons` package to accept image URLs as an alternative to local file paths when generating app launcher icons.

**Usage Example:**

```yaml
flutter_icons:
android: true
ios: true
image_url: https://example.com/app_icon.png
```

**Benefits:**

- Allows developers to fetch app icon images dynamically from remote sources, facilitating continuous integration and deployment workflows.
- Eliminates the need to store and manage image files locally, reducing the project's file size and simplifying asset management.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.