open_weather_widget 0.0.3 copy "open_weather_widget: ^0.0.3" to clipboard
open_weather_widget: ^0.0.3 copied to clipboard

A Flutter package that provides an easy-to-use weather widget powered by Open Weather Map.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_weather_widget

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

dependencies:
  open_weather_widget: ^0.0.3

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:open_weather_widget/open_weather_widget.dart';
12
likes
100
pub points
44%
popularity

Publisher

unverified uploader

A Flutter package that provides an easy-to-use weather widget powered by Open Weather Map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, intl, rxdart

More

Packages that depend on open_weather_widget