Skip to content

Commit e02b2e7

Browse files
committedMay 16, 2024
make it work for the latest dart version
1 parent 42d9761 commit e02b2e7

File tree

89 files changed

+3758
-459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3758
-459
lines changed
 

‎LICENSE

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ MIT License
22

33
Copyright (c) 2019 Rishi Banerjee
44

5+
Copyright (c) 2024 Martin Schiller
6+
57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal
79
in the Software without restriction, including without limitation the rights

‎README.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
![header](github_assets/header.jpg)
22

3-
# flutter_weather_icons _v1.0.2_
4-
![Pub Version](https://img.shields.io/pub/v/flutter_weather_icons.svg)
5-
![Issues](https://img.shields.io/github/issues/rshrc/flutter_weather_icons.svg)
6-
![GitHub forks](https://img.shields.io/github/forks/rshrc/flutter_weather_icons.svg)
7-
![License](https://img.shields.io/github/license/rshrc/flutter_weather_icons.svg?color=red)
8-
![Github Stars](https://img.shields.io/github/stars/rshrc/flutter_weather_icons.svg?style=social)
9-
![Twitter](https://img.shields.io/twitter/url/https/github.com%2Frshrc%2Fflutter_weather_icons.svg)
10-
3+
# fl_weather_icons _v1.0.3_
114

125
## [See Catalog](https://erikflowers.github.io/weather-icons/)
136

@@ -29,20 +22,20 @@ if still you face any problems have a look into the documentation (class Weather
2922

3023
This flutter package allows you to use all of the [Weather Icons](https://github.com/erikflowers/weather-icons) made by [Erik Flowers](https://github.com/erikflowers)
3124

32-
Find it at at [pub.dartlang.org](https://pub.dev/packages/flutter_weather_icons)
25+
Find it at at [pub.dartlang.org](https://pub.dev/packages/fl_weather_icons)
3326

3427
![Icon Preview](https://i.imgur.com/XmZW2q3.png)
3528

3629
## Installation
3730

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

40-
`flutter_weather_icons: <latest_version>`
33+
`fl_weather_icons: <latest_version>`
4134

4235
## Usage
4336

4437
```dart
45-
import 'package:flutter_weather_icons/flutter_weather_icons.dart';
38+
import 'package:fl_weather_icons/fl_weather_icons.dart';
4639
4740
class MyAwesomeWidget extends StatelessWidget {
4841
Widget build(BuildContext context) {
@@ -63,8 +56,4 @@ View the Flutter app in the `example` directory.
6356

6457
## Screenshot
6558

66-
![screenshot](github_assets/screenshot.jpg)
67-
68-
## Developers
69-
70-
_Made with ❤️ by [Rishi Banerjee](https://github.com/rshrc) and [Nikhil Anand](https://github.com/muj-programmer)_
59+
![screenshot](github_assets/screenshot.jpg)

0 commit comments

Comments
 (0)
Please sign in to comment.