#原仓库作者地址 https://github.com/xiaweizi/flutter_weather_bg
A rich and cool weather dynamic background plug-in, supporting 15 weather types. README_ZH
- 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
- Flutter Android
- Flutter iOS
- Flutter web
- Flutter desktop
Add flutter_weather_bg_null_safety: ^1.0.0
to your pubspec.yaml
dependencies. And import it:
import 'package:flutter_weather_bg_null_safety/flutter_weather_bg.dart';
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,)
Regular pageview
display effect
List listview
display effect
The grid GridView
displays the effect and supports the dynamic switching of the grid number
Dynamic reduction example demonstration
Toggle weather type transition animation
MIT