flutter_weather_bg 2.4.0 copy "flutter_weather_bg: ^2.4.0" to clipboard
flutter_weather_bg: ^2.4.0 copied to clipboard

outdated

Provide a variety of weather background animation effects, covering 15 weather types, including sunny,rain,snow...

flutter_weather_bg #

A rich and cool weather dynamic background plug-in, supporting 15 weather types. README_ZH

Use this plug-in to complete the weather background animation effect in your own project SimplicityWeather.

Features #

  • It supports 15 weather types: sunny, sunny evening, cloudy, cloudy evening, overcast, small to medium heavy rain, small to medium heavy snow, fog, haze, floating dust and thunderstorm
  • Support dynamic scale size, adapt to multi scene display
  • Supports over animation when switching weather types

Supported platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter web
  • Flutter desktop

Installation #

Add flutter_weather_bg: ^2.4.0 to your pubspec.yaml dependencies. And import it:

import 'package:flutter_weather_bg/flutter_weather_bg.dart';

How to use #

To configure the weather type by creating WeatherBg, you need to pass in the width and height to complete the final display

WeatherBg(weatherType: _weatherType,width: _width,height: _height,)

Preview #

Regular pageview display effect

image1

List listview display effect

image2

The grid GridViewdisplays the effect and supports the dynamic switching of the grid number

image3

Dynamic reduction example demonstration

image4

Toggle weather type transition animation

image5

License #

MIT

56
likes
0
pub points
60%
popularity

Publisher

unverified uploader

Provide a variety of weather background animation effects, covering 15 weather types, including sunny,rain,snow...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_weather_bg