bing_wallpaper

Last updated:

0 purchases

bing_wallpaper Image
bing_wallpaper Images
Add to Cart

Description:

bing wallpaper

Welcomes contribution from everyone.

Get a random bing wallpepar.

Usage #
FutureBuilder(
future: BingWallpepar().getWallpepar(),
builder: (BuildContext context, AsyncSnapshot<String> snapshot) {
if (snapshot.hasData) {
return Image.network(
snapshot.data as String,
fit: BoxFit.cover,
width: size.width,
height: size.height,
);
} else {
return Container();
}
},
),
copied to clipboard
Additional information #
TODO: Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.