All Projects → xiaweizi → Flutter_weather_bg

xiaweizi / Flutter_weather_bg

Licence: mit
A rich and cool weather dynamic background plug-in

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter weather bg

Flask weather
☀️ ☔️ Flask app to auto-detect local weather based off of user's IP address.
Stars: ✭ 70 (-21.35%)
Mutual labels:  weather
Intent
A simple Flutter plugin to deal with Android Intents, written with ❤️
Stars: ✭ 79 (-11.24%)
Mutual labels:  flutter-plugin
Get noaa ghcn data
A tool to interface with and download Global Historical Climatology Network (GHCN) data into easily readable CSVs.
Stars: ✭ 83 (-6.74%)
Mutual labels:  weather
Xygrib
This is the new home for the development of zyGrib
Stars: ✭ 70 (-21.35%)
Mutual labels:  weather
Flutter Otp Authentication
A Flutter based OTP Authentication component, used to verify your mobile number with OTP (One Time Password) using Firebase Authentication.
Stars: ✭ 78 (-12.36%)
Mutual labels:  flutter-plugin
Darksky
Python API wrapper for the DarkSky (async&sync)
Stars: ✭ 81 (-8.99%)
Mutual labels:  weather
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1200%)
Mutual labels:  weather
Flutter inappwebview
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
Stars: ✭ 1,259 (+1314.61%)
Mutual labels:  flutter-plugin
Homebridge Weather
OpenWeatherMap Plugin for Homebridge
Stars: ✭ 78 (-12.36%)
Mutual labels:  weather
Json to form
A flutter plugin to use convert Json to Form
Stars: ✭ 82 (-7.87%)
Mutual labels:  flutter-plugin
Aix Weather Widget
Graph weather widget for Android
Stars: ✭ 70 (-21.35%)
Mutual labels:  weather
Authex
Authex is an opinionated JWT authentication and authorization library for Elixir.
Stars: ✭ 73 (-17.98%)
Mutual labels:  plug
Flutter web auth
Flutter plugin for authenticating a user with a web service
Stars: ✭ 81 (-8.99%)
Mutual labels:  flutter-plugin
Flutter install plugin
A flutter plugin for install apk for android; and using url to go to app store for iOS.
Stars: ✭ 71 (-20.22%)
Mutual labels:  flutter-plugin
Plugapi
A generic API for creating plug.dj bots
Stars: ✭ 83 (-6.74%)
Mutual labels:  plug
Dark Sky Api
PHP Library for the Dark Sky API.
Stars: ✭ 70 (-21.35%)
Mutual labels:  weather
Firebase dart sdk
Unofficial Firebase Flutter SDK. Maintainer: @long1eu
Stars: ✭ 80 (-10.11%)
Mutual labels:  flutter-plugin
Multiverse
Elixir package that allows to add compatibility layers via API gateways.
Stars: ✭ 87 (-2.25%)
Mutual labels:  plug
In app review
A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
Stars: ✭ 85 (-4.49%)
Mutual labels:  flutter-plugin
Flutter plugin pdf viewer
A flutter plugin for handling PDF files. Works on both Android & iOS
Stars: ✭ 81 (-8.99%)
Mutual labels:  flutter-plugin

flutter_weather_bg

Pub Version

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 my own project SimplicityWeather . If you want to experience it, please click the download link to download it

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.8.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

home

List listview display effect

list

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

check

Dynamic reduction example demonstration

width_height

Toggle weather type transition animation

check

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].