bing_wallpaper 0.0.1 copy "bing_wallpaper: ^0.0.1" to clipboard
bing_wallpaper: ^0.0.1 copied to clipboard

Get a random bing wallpepar.

Welcomes contribution from everyone.

ko-fi
Get a random bing wallpepar.

スクリーンショット 2022-02-04 23 59 45

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();
          }
        },
      ),

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.

2
likes
110
pub points
0%
popularity

Publisher

verified publisheriori.dev

Get a random bing wallpepar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http

More

Packages that depend on bing_wallpaper