gen_art_bg 0.0.4 copy "gen_art_bg: ^0.0.4" to clipboard
gen_art_bg: ^0.0.4 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, // Change this value to change the number of columns
        rows: 25, // Change this value to change the number of rows
        locationConstant: 100, // Change this value to change the location
        animationDuration: Duration(seconds: 5), // Change this value to change the animation duration
      )
    ),
  ));
}
6
likes
150
pub points
33%
popularity

Publisher

unverified uploader

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