flutter_particle_bg 1.0.2 copy "flutter_particle_bg: ^1.0.2" to clipboard
flutter_particle_bg: ^1.0.2 copied to clipboard

outdated

The page implements the particle background effect(页面实现粒子背景效果)

flutter_particle_bg #

pub package

The page implements the particle background effect(页面实现粒子背景效果)

Demo

Usage #

  Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(
          title: Text(widget.title),
        ),
        body: MooooooBackground(
          child: ListView(
            children: [
              Text('列表元素'),
              Container(
                height: 500,
                color: Colors.red[200].withOpacity(0.6),
                margin: EdgeInsets.fromLTRB(20, 30, 20, 30),
                alignment: Alignment.center,
                child: Text('这是列表元素'),
              )
            ],
          ),
        ));
  }
7
likes
0
pub points
26%
popularity

Publisher

unverified uploader

The page implements the particle background effect(页面实现粒子背景效果)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_particle_bg