native_animated_splash 0.0.1+1 copy "native_animated_splash: ^0.0.1+1" to clipboard
native_animated_splash: ^0.0.1+1 copied to clipboard

A CLI tool to generate Android/iOS splash screens with optional animations.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_animated_splash

Use it

The package has the following executables:

$ flutter_animated_splash

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_animated_splash

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_animated_splash: ^0.0.1+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_animated_splash/native_animated_splash.dart';
0
likes
150
points
0
downloads

Publisher

verified publisheryoussefaouadni.online

Weekly Downloads

A CLI tool to generate Android/iOS splash screens with optional animations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

args, flutter, image, io, path, plugin_platform_interface, yaml

More

Packages that depend on native_animated_splash

Packages that implement native_animated_splash