gen_art_bg 0.2.8 copy "gen_art_bg: ^0.2.8" to clipboard
gen_art_bg: ^0.2.8 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
      )
    ),
  ));
}
13
likes
160
points
49
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