adv_flutter_weather 1.0.0 copy "adv_flutter_weather: ^1.0.0" to clipboard
adv_flutter_weather: ^1.0.0 copied to clipboard

The adv weather background animation effect widget, covering 15 weather types, including sunny,rain,snow...

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adv_flutter_weather

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  adv_flutter_weather: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:adv_flutter_weather/bg/weather_bg.dart';
import 'package:adv_flutter_weather/bg/weather_cloud_bg.dart';
import 'package:adv_flutter_weather/bg/weather_color_bg.dart';
import 'package:adv_flutter_weather/bg/weather_lightning_bg.dart';
import 'package:adv_flutter_weather/bg/weather_night_star_bg.dart';
import 'package:adv_flutter_weather/bg/weather_rain_snow_bg.dart';
import 'package:adv_flutter_weather/flutter_weather_bg.dart';
import 'package:adv_flutter_weather/utils/image_utils.dart';
import 'package:adv_flutter_weather/utils/print_utils.dart';
import 'package:adv_flutter_weather/utils/weather_type.dart';
3
likes
140
pub points
60%
popularity

Publisher

verified publisherhubivue.com

The adv weather background animation effect widget, covering 15 weather types, including sunny,rain,snow...

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on adv_flutter_weather