flutter_weather_icons 0.0.7 copy "flutter_weather_icons: ^0.0.7" to clipboard
flutter_weather_icons: ^0.0.7 copied to clipboard

outdated

Flutter package for Weather Icons. Weather Icons is a pack of 222 beautifully crafted Open Source icons for representing weather and climate

header

flutter_weather_icons 0.0.7 #

222 Weather Themed Icons for Flutter. #

This flutter package allows you to use all of the Weather Icons made by Erik Flowers

Find it at at pub.dartlang.org

Icon Preview

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

flutter_weather_icons: <latest_version>

Usage #

import 'package:flutter_weather_icons/flutter_weather_icons.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      // Use the EvaIcons class for the IconData
      icon: Icon(WeatherIcons.daySunny),
      onPressed: () { 
          print("Weather Icon Pressed! It's Sunny"); 
      }
     );
  }
}

Example #

View the Flutter app in the example directory.

Screenshot #

screenshot

Developers #

Made with ❤️ by Rishi Banerjee and Nikhil Anand

15
likes
35
pub points
77%
popularity

Publisher

unverified uploader

Flutter package for Weather Icons. Weather Icons is a pack of 222 beautifully crafted Open Source icons for representing weather and climate

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_weather_icons