Skip to content

The sky is beautiful! Now you can transfer a piece of the sky to your application using this library ๐Ÿ‘

License

Notifications You must be signed in to change notification settings

RenatFakhrutdinov/sky_background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

The sky is beautiful! Now you can transfer a piece of the sky to your application using this library ๐Ÿ‘

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published