fuzzy_backgrounds 0.0.2
fuzzy_backgrounds: ^0.0.2 copied to clipboard
Fuzzy backgrounds for Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fuzzy_backgroundsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fuzzy_backgrounds: ^0.0.2Alternatively, 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:fuzzy_backgrounds/aurora_background.dart';
import 'package:fuzzy_backgrounds/circles_background.dart';
import 'package:fuzzy_backgrounds/flowfield_background.dart';
import 'package:fuzzy_backgrounds/gradient_background.dart';
import 'package:fuzzy_backgrounds/orbs_background.dart';
import 'package:fuzzy_backgrounds/rays_background.dart';
import 'package:fuzzy_backgrounds/ribbon_background.dart';