sky_background 0.1.0 copy "sky_background: ^0.1.0" to clipboard
sky_background: ^0.1.0 copied to clipboard

outdated

Beautiful background with floating clouds

sky_background #

The sky is beautiful! Now you can transfer a piece of the sky to your application using this library 👍

How to use #

Simply wrap your widget in SkyBackground

import 'package:sky_background/skybackground.dart';

  Widget build(BuildContext context) {
    return Scaffold(
      body: SkyBackground(
        child: Center(
          child: Text('Widget'),
        ),
      ),
    );
  }

Demo #

Issues #

If you encounter problems, open an issue. Pull request are also welcome.

4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Beautiful background with floating clouds

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sky_background