flutter_splash_tizen 0.1.0 copy "flutter_splash_tizen: ^0.1.0" to clipboard
flutter_splash_tizen: ^0.1.0 copied to clipboard

Flutter-tizen package that allows to add custom splash-screen images into your apps.

flutter_splash_tizen #

Flutter-tizen package that allows to add custom splash-screen images into your apps.

Getting Started #

First you should add the package to dev_dependencies section in your pubspec.yaml

dev_dependencies:
  flutter_splash_tizen: ^0.1.0

After that run

flutter-tizen pub get

in order to download the dependency.

By adding

flutter_splash_tizen:
  image: test.png

section in your pubspec.yaml and running

flutter-tizen pub run flutter_splash_tizen:create

the image from tizen/shared/res/test.png will be added as splash screen. Each call of create will override the previous.

If you wish to remove the splash image from your app simply run

flutter-tizen pub run flutter_splash_tizen:remove

Package has been tested on Mobile 6.0, Wearable 6.0 and IoT Headed 6.5 platform.

1
likes
140
points
12
downloads

Publisher

verified publishertizen.org

Weekly Downloads

Flutter-tizen package that allows to add custom splash-screen images into your apps.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, xml, yaml

More

Packages that depend on flutter_splash_tizen