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

outdated

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(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: PrebuiltWidgetsScreen(),
    );
  }
}
18
likes
0
pub points
71%
popularity

Publisher

verified publisheroctopusvisuals.com

Unofficial OpenWeather package for Current and Forecast weather data.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, http, json_annotation

More

Packages that depend on open_weather_client