Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitishrajuprety/dynamic_weather_icons

Flutter weather icon library based on erikflowers/weather-icons with ability to call icons dynamically.
https://github.com/nitishrajuprety/dynamic_weather_icons

android dart flutter flutter-package ios web

Last synced: 18 days ago
JSON representation

Flutter weather icon library based on erikflowers/weather-icons with ability to call icons dynamically.

Awesome Lists containing this project

README

        

# dynamic_weather_icons

Flutter weather icon library based on [erikflowers/weather-icons](https://erikflowers.github.io/weather-icons/) with ability to call icons dynamically.

## Example

```dart
Icon(
WeatherIcon.getIcon('wi-owm-day-200'),
color: Colors.white,
size: 35.0,
);
```

Visit [erikflowers/weather-icons](https://erikflowers.github.io/weather-icons/) for complete list of weather codes.