gen_art_bg 0.3.10 copy "gen_art_bg: ^0.3.10" to clipboard
gen_art_bg: ^0.3.10 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),
      )
    ),
  ));
}
copied to clipboard
16
likes
160
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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