sky_background
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.