open_meteo 2.0.3 copy "open_meteo: ^2.0.3" to clipboard
open_meteo: ^2.0.3 copied to clipboard

A simple, fast, asynchronous Dart/Flutter package for accessing the Open-Meteo API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_meteo
copied to clipboard

With Flutter:

 $ flutter pub add open_meteo
copied to clipboard

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

dependencies:
  open_meteo: ^2.0.3
copied to clipboard

Alternatively, your editor might support dart pub get or 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_meteo/open_meteo.dart';
copied to clipboard
13
likes
160
points
190
downloads

Publisher

verified publisherneurs.space

Weekly Downloads

2024.09.26 - 2025.04.10

A simple, fast, asynchronous Dart/Flutter package for accessing the Open-Meteo API.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flat_buffers, http

More

Packages that depend on open_meteo