v1.0.0flutter_weather_bg_null_safety
15가지 날씨 유형(맑음, 비, 눈 등)을 포함하는 다양한 날씨 배경 애니메이션 효과 제공
https://github.com/xiaweizi/flutter_weather_bg 에 따르면
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
#原仓库作者地址 https://github.com/xiaweizi/flutter_weather_bg
A rich and cool weather dynamic background plug-in, supporting 15 weather types. README_ZH
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
home
List listview display effect
list
The grid GridViewdisplays the effect and supports the dynamic switching of the grid number
check
Dynamic reduction example demonstration
width_height
Toggle weather type transition animation
check
MIT