flutter_launcher_icons_lego

Last updated:

0 purchases

flutter_launcher_icons_lego Image
flutter_launcher_icons_lego Images
Add to Cart

Description:

flutter launcher icons lego

flutter_launcher_icons_lego #
app icon, web favicon generator lego.
Installation #

open terminal in the lego project root directory, enter the following command for install cli.
and create a new lego project if you don't have one.

flutter pub global activate lego_cli
lego create
copied to clipboard

in terminal, enter the following command for add lego to project.

lego add flutter_launcher_icons_lego
copied to clipboard


change app icon png in assets/lego/flutter_launcher_icons_lego directory.


modify in pubspec.yaml file below code block.


flutter_icons:
image_path_android: "assets/lego/flutter_launcher_icons_lego/android.png"
image_path_ios: "assets/lego/flutter_launcher_icons_lego/ios.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
remove_alpha_ios: true
adaptive_icon_background: "#ffffff" # only available for Android 8.0 devices and above
adaptive_icon_foreground: "assets/lego/flutter_launcher_icons_lego/android.png" # only available for Android 8.0 devices and above
web:
generate: true
image_path: "assets/lego/flutter_launcher_icons_lego/web.png"
background_color: "#ffffff"
theme_color: "#ffffff"
copied to clipboard

enter the following command to install the module.

flutter pub run flutter_launcher_icons
copied to clipboard
Usage #
Usage here

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.