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
- in terminal, enter the following command for add lego to project.
lego add flutter_launcher_icons_lego
-
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"
- enter the following command to install the module.
flutter pub run flutter_launcher_icons
Usage
Usage here
Libraries
- main
- util/_/build_app/function/before_material_app/_
- util/_/build_app/function/before_material_app/bot_toast_lego/_
- util/_/build_app/function/before_material_app/flutter_launcher_icons_lego/_
- util/_/build_app/function/before_run_app/_
- util/_/build_app/function/before_run_app/flutter_launcher_icons_lego/_
- util/_/build_app/function/before_run_app/widget_binding_lego/_
- util/_/build_app/widget/material_app/_
- util/_/build_app/widget/material_app/bot_toast_lego/_
- util/_/build_app/widget/material_app/flutter_launcher_icons_lego/_
- util/_/build_app/widget/my_app/_
- util/_/build_app/widget/my_app/flutter_launcher_icons_lego/_
- util/_/build_app/widget/run_app/_
- util/_/build_app/widget/run_app/flutter_launcher_icons_lego/_
- util/_/build_app/widget/run_app/screenutil_lego/_
- util/_/module_functions/flutter_launcher_icons_lego/_
- util/_/shared_params/_/material_app
- util/_/shared_params/_/start_app_params
- util/_/shared_params/bot_toast_lego/_
- util/_/shared_params/flutter_launcher_icons_lego/_
- util/config/flutter_launcher_icons_lego/_
- util/usage/flutter_launcher_icons_lego/usage
- util/usage/flutter_launcher_icons_lego/usage_view
- widget_book/flutter_launcher_icons_lego.bottom_sheet/_/_
- widget_book/flutter_launcher_icons_lego.bottom_sheet/bottom_sheet
- widget_book/flutter_launcher_icons_lego.bottom_sheet/usage
- widget_book/flutter_launcher_icons_lego.component/_/_
- widget_book/flutter_launcher_icons_lego.dialog/_/_
- widget_book/flutter_launcher_icons_lego.dialog/dialog
- widget_book/flutter_launcher_icons_lego.dialog/usage
- widget_book/flutter_launcher_icons_lego.in_app_notification/_/_
- widget_book/flutter_launcher_icons_lego.in_app_notification/in_app_notification
- widget_book/flutter_launcher_icons_lego.in_app_notification/usage
- widget_book/flutter_launcher_icons_lego.snackbar/_/_
- widget_book/flutter_launcher_icons_lego.snackbar/snackbar
- widget_book/flutter_launcher_icons_lego.snackbar/usage
- widget_book/flutter_launcher_icons_lego.toast/_/_
- widget_book/flutter_launcher_icons_lego.toast/toast
- widget_book/flutter_launcher_icons_lego.toast/usage
- widget_book/flutter_launcher_icons_lego/_/_