open_weather_client 2.1.0 copy "open_weather_client: ^2.1.0" to clipboard
open_weather_client: ^2.1.0 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
0
points
68
downloads

Publisher

verified publisheroctopusvisuals.com

Weekly Downloads

Unofficial OpenWeather package for Current and Forecast weather data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, json_annotation, transparent_image

More

Packages that depend on open_weather_client