flutter_native_splash_lego

Last updated:

0 purchases

flutter_native_splash_lego Image
flutter_native_splash_lego Images
Add to Cart

Description:

flutter native splash lego

flutter_native_splash_lego #
native splash screen for flutter project.
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_native_splash_lego
copied to clipboard

pub image to assets folder, and update pubspec.yaml file.

#@add start
flutter_native_splash:
color: "#ffffff"
#background_image: "assets/lego/flutter_native_splash_lego/splash_icon.png"
image: assets/lego/flutter_native_splash_lego/splash_icon.png

color_dark: "#ffffff"
##background_image_dark: "assets/lego/flutter_native_splash_lego/splash_icon.png"
image_dark: assets/lego/flutter_native_splash_lego/splash_icon.png

#android: false
#ios: false
#web: false

#android_gravity: center
#ios_content_mode: center
#web_image_mode: center

fullscreen: true
#@add end
copied to clipboard

in terminal, enter the following command for run flutter_native_splash

dart run flutter_native_splash:create
copied to clipboard

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.