open_weather_client 2.3.2 copy "open_weather_client: ^2.3.2" to clipboard
open_weather_client: ^2.3.2 copied to clipboard

Unofficial OpenWeather package for Current and Forecast weather data.

example/lib/main.dart

import 'package:example/screens/prebuilt_widgets_demo_screen.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const PrebuiltWidgetsScreen(),
    );
  }
}
18
likes
130
pub points
74%
popularity

Publisher

verified publisheroctopusvisuals.com

Unofficial OpenWeather package for Current and Forecast weather data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, json_annotation, transparent_image

More

Packages that depend on open_weather_client