open_weather_map_client 0.0.5 copy "open_weather_map_client: ^0.0.5" to clipboard
open_weather_map_client: ^0.0.5 copied to clipboard

outdated

Package that communicates with Open Weather Map to obtain climate data in a model.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:open_weather_map_client/open_weather_map_client.dart';
import 'package:provider/provider.dart';

void main() {
  runApp(MultiProvider(
    providers: [
      //ChangeNotifierProvider(create: (context) => OpenWeatherMap(),)
    ],
    child: MyApp(),
  ));
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    // TODO: implement build
    throw UnimplementedError();
  }
}
3
likes
0
points
47
downloads

Publisher

verified publisheralexastudillo.com

Weekly Downloads

Package that communicates with Open Weather Map to obtain climate data in a model.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on open_weather_map_client