Last updated:
0 purchases
fancy backdrop
fancy_backdrop #
Introduction #
fancy_backdrop will add a dimmed layer over your application with spinner.
Screenshots #
Installation #
dependencies:
fancy_backdrop: 0.0.1
copied to clipboard
import 'package:fancy_backdrop/fancy_backdrop.dart';
copied to clipboard
Example #
FancyBackdrop(
open: isReady, // bool required
handleClose: false, // bool optional
child:YOUR_WIDGET() // widget required
)
copied to clipboard
Next Goals #
-[ ] Adding new loading animations
License #
MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.