Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nitishrajuprety/dynamic_weather_icons
- Owner: nitishrajuprety
- License: mit
- Created: 2020-06-18T13:19:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T16:10:31.000Z (over 4 years ago)
- Last Synced: 2024-11-15T05:53:46.015Z (about 2 months ago)
- Topics: android, dart, flutter, flutter-package, ios, web
- Language: Dart
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.