sa_liquid 2.0.0-nullsafety.0 copy "sa_liquid: ^2.0.0-nullsafety.0" to clipboard
sa_liquid: ^2.0.0-nullsafety.0 copied to clipboard

discontinuedreplaced by: simple_animations
outdated

Liquid (part of Simple Animations Framework) provides beautiful visual animations that increases the visual quality of your Flutter application.

example/example.md

📝 Examples #

The preferred way of creating configured Liquid widgets is by using Liquid Studio.

Plasma Example #

example1

import 'package:flutter/material.dart';
import 'package:simple_animations/simple_animations.dart';

void main() => runApp(MaterialApp(home: Page()));

class Page extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Plasma(
        particles: 10,
        foregroundColor: Color(0xd61e0000),
        backgroundColor: Color(0xffee360d),
        size: 0.87,
        speed: 5.92,
        offset: 0.00,
        blendMode: BlendMode.darken,
        child: Center(child: Text("Hot!")), // your UI here
      ),
    );
  }
}

9
likes
120
pub points
6%
popularity

Publisher

verified publisherfelix-blaschke.de

Liquid (part of Simple Animations Framework) provides beautiful visual animations that increases the visual quality of your Flutter application.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, sa_stateless_animation, supercharged

More

Packages that depend on sa_liquid