animated_native_splash 1.3.0 copy "animated_native_splash: ^1.3.0" to clipboard
animated_native_splash: ^1.3.0 copied to clipboard

A package which automates the task of creating an animated splash screen in a flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add animated_native_splash
copied to clipboard

With Flutter:

 $ flutter pub add animated_native_splash
copied to clipboard

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

dependencies:
  animated_native_splash: ^1.3.0
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:animated_native_splash/animated_native_splash.dart';
copied to clipboard
132
likes
140
points
99
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.21 - 2025.04.05

A package which automates the task of creating an animated splash screen in a flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

image, meta, path, universal_io, xml, yaml

More

Packages that depend on animated_native_splash