smoke_effect 0.0.6 copy "smoke_effect: ^0.0.6" to clipboard
smoke_effect: ^0.0.6 copied to clipboard

A flutter package to add background smoke effect of custom color or gradient

A flutter package to add background smoke effect of custom color or gradient

Demo #

The example app running in iOS

See the package in action: gradient smoke - https://drive.google.com/file/d/1mo7Y2hJmaP440R0UhkuyRJ6I1HPFjDem/view?usp=sharing

custom smoke - https://drive.google.com/file/d/1_d8DnkedLfjjaegeZVpLpxPu5zBgulvK/view?usp=sharing

default smoke - https://drive.google.com/file/d/1lcOUoo-WAudYNRLiNCMUCcO5uw51mAG8/view?usp=sharing

Getting started #

Add this package in pubspec.yaml and just use the SmokeEffect Widget

Usage #

Sample code to get started


class MainApp extends StatelessWidget {
  const MainApp({super.key});


  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Container(
        child: const SmokeEffect(
          gradientSmoke: false,
          singleSmokeColor: Colors.blue,
        ),
      ),
    );
  }
}

2
likes
150
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to add background smoke effect of custom color or gradient

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smoke_effect