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

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

sky_background #

License: MIT Pub

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

How to use #

Just wrap your widget in SkyBackground

import 'package:sky_background/sky_background.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
40
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sky_background