snowfall

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

snowfall

Features #
A Flutter package written to add a snowfall effect to your widgets.
Getting started #
Add this library to pubspec.yaml
Import it where you want to use it:
import 'package:snowfall/snowfall.dart';
copied to clipboard
Usage #
Enclose your widget with SnowfallWidget:
Scaffold(
body: SnowfallWidget(child: Center(
// Center is a layout widget. It takes a single child and positions it
// in the middle of the parent.
child: YOURWIDGET
)
copied to clipboard
Optional named arguments: #
Color color // Defaults to White color;
int numberOfSnowflakes // Defaults to 30
int alpha // defaults to 180
)
copied to clipboard
Additional information #
This project is based on Constantin Stan's work.
Here is the original project

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.