weather_icons_flutter 1.0.1 copy "weather_icons_flutter: ^1.0.1" to clipboard
weather_icons_flutter: ^1.0.1 copied to clipboard

outdatedDart 1 only

Weather icons wrapper

weather_icons_flutter #

Weather icons wrapper for Flutter.io

How to #

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

  weather_icons_flutter: ^1.0.0

Usage #

import 'package:weather_icons_flutter/weather_icons_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Use the WeatherIcons class for the IconData
      icon: new Icon(FontAwesomeIcons.stars),
      onPressed: () { print("Pressed"); }
     );
  }
}
0
likes
10
pub points
18%
popularity

Publisher

unverified uploader

Weather icons wrapper

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on weather_icons_flutter