gen_art_bg 0.5.1 copy "gen_art_bg: ^0.5.1" to clipboard
gen_art_bg: ^0.5.1 copied to clipboard

Flutter Animated Generative Art Backgrounds collection. Can be used as a background or separately.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_gen_art_backgrounds/wave_line_grid.dart';

void main() {
  runApp(const MaterialApp(
    debugShowCheckedModeBanner: false,
    home: Scaffold(
        body: WaveLineGrid(
      columns: 15,
      rows: 25,
      locationConstant: 100,
      animationDuration: Duration(seconds: 5),
    )),
  ));
}
22
likes
160
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Animated Generative Art Backgrounds collection. Can be used as a background or separately.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gen_art_bg