simple_snowfall 1.0.0 copy "simple_snowfall: ^1.0.0" to clipboard
simple_snowfall: ^1.0.0 copied to clipboard

Simple widget to render snowfall

Simple Snowfall #

This Flutter package provides a simple and customizable snowfall animation widget. It's perfect for adding a festive touch to your Flutter applications during the holiday season.

Features #

  • Realistic snowfall animation.
  • Customizable gravity and wind intensity.
  • Easy to integrate into your Flutter app.

Getting started #

To use this package, add simple_snowfall as a dependency in your pubspec.yaml file.

dependencies:
  simple_snowfall: ^1.0.0

Then, import the package in your Dart code:

import 'package:simple_snowfall/snowfall.dart';

Usage #

Create a SnowfallWidget and place it in your widget tree. You can customize the gravity, wind intensity, and size.

SnowfallWidget(
  gravity: 0.1,
  windIntensity: 1,
  size: Size(
    MediaQuery.of(context).size.width,
    MediaQuery.of(context).size.height,
  ),
)

Demo #

Demo GIF

Contact Information #

For any inquiries or feedback, feel free to reach out:

Repository #

Find the project on GitHub: Simple Snowfall Repo

License #

This project is licensed under the MIT License - see the LICENSE file for details.

7
likes
120
points
60
downloads

Publisher

verified publishersarthakparajuli.com.np

Weekly Downloads

Simple widget to render snowfall

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on simple_snowfall