weatherdetailwidget
A new Flutter package to show the weather details. Just give the values of latitude and longitude and your widget will show the weather details based on latitude and longitude
How to use
Use Widget like this
Widget widget = WeatherDetailsWidget(latitude = latitude_value
, longitude = longitude_value
)