Skip to content

Commit 2246745

Browse files
committed
Update and fix font directory: release v1.0.2
1 parent 84d603b commit 2246745

File tree

7 files changed

+23
-43
lines changed

7 files changed

+23
-43
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
- **Update**
4+
- Fixed font asset directory
5+
16
## 1.0.1
27

38
- **Update**

README.md

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

3-
# flutter_weather_icons _v1.0.1_
3+
# flutter_weather_icons _v1.0.2_
44

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

example/lib/main.dart

+1-26
Original file line numberDiff line numberDiff line change
@@ -44,32 +44,7 @@ class Choice {
4444
}
4545

4646
const List<Choice> choices = const <Choice>[
47-
const Choice(icon: WeatherIcons.daySunny),
48-
const Choice(icon: WeatherIcons.dayCloudy),
49-
const Choice(icon: WeatherIcons.dayCloudyGusts),
50-
const Choice(icon: WeatherIcons.dayCloudyWindy),
51-
const Choice(icon: WeatherIcons.dayFog),
52-
const Choice(icon: WeatherIcons.dayHail),
53-
const Choice(icon: WeatherIcons.dayHaze),
54-
const Choice(icon: WeatherIcons.dayLightning),
55-
const Choice(icon: WeatherIcons.dayRain),
56-
const Choice(icon: WeatherIcons.dayRainMix),
57-
const Choice(icon: WeatherIcons.dayRainWind),
58-
const Choice(icon: WeatherIcons.dayShowers),
59-
const Choice(icon: WeatherIcons.daySleet),
60-
const Choice(icon: WeatherIcons.daySleetStorm),
61-
const Choice(icon: WeatherIcons.daySnow),
62-
const Choice(icon: WeatherIcons.daySnowThunderstorm),
63-
const Choice(icon: WeatherIcons.daySnowWind),
64-
const Choice(icon: WeatherIcons.dayDaySprinkle),
65-
const Choice(icon: WeatherIcons.dayStormShowers),
66-
const Choice(icon: WeatherIcons.daySunnyOvercast),
67-
const Choice(icon: WeatherIcons.dayThunderstorm),
68-
const Choice(icon: WeatherIcons.dayWindy),
69-
const Choice(icon: WeatherIcons.daySolarEclipse),
70-
const Choice(icon: WeatherIcons.dayHot),
71-
const Choice(icon: WeatherIcons.dayCloudyHigh),
72-
const Choice(icon: WeatherIcons.dayLightWind),
47+
const Choice(icon: WeatherIcons.wiAlien),
7348
];
7449

7550
class ChoiceCard extends StatelessWidget {

example/pubspec.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by pub
2-
# See https://dart.dev/tools/pub/glossary#lockfile
2+
# See https://www.dartlang.org/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.2.0"
10+
version: "2.1.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -52,7 +52,7 @@ packages:
5252
name: flutter_weather_icons
5353
url: "https://pub.dartlang.org"
5454
source: hosted
55-
version: "0.0.6"
55+
version: "1.0.1"
5656
matcher:
5757
dependency: transitive
5858
description:
@@ -80,14 +80,14 @@ packages:
8080
name: pedantic
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "1.7.0"
83+
version: "1.5.0"
8484
quiver:
8585
dependency: transitive
8686
description:
8787
name: quiver
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "2.0.3"
90+
version: "2.0.2"
9191
sky_engine:
9292
dependency: transitive
9393
description: flutter
@@ -134,7 +134,7 @@ packages:
134134
name: test_api
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.2.5"
137+
version: "0.2.4"
138138
typed_data:
139139
dependency: transitive
140140
description:
@@ -150,4 +150,4 @@ packages:
150150
source: hosted
151151
version: "2.0.8"
152152
sdks:
153-
dart: ">=2.2.2 <3.0.0"
153+
dart: ">=2.2.0 <3.0.0"

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111

1212
cupertino_icons: ^0.1.2
13-
flutter_weather_icons: ^0.0.6
13+
flutter_weather_icons: 1.0.2
1414

1515
dev_dependencies:
1616
flutter_test:

pubspec.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by pub
2-
# See https://dart.dev/tools/pub/glossary#lockfile
2+
# See https://www.dartlang.org/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.2.0"
10+
version: "2.1.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -66,14 +66,14 @@ packages:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.7.0"
69+
version: "1.5.0"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.3"
76+
version: "2.0.2"
7777
recase:
7878
dependency: "direct dev"
7979
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.5"
130+
version: "0.2.4"
131131
typed_data:
132132
dependency: transitive
133133
description:
@@ -143,4 +143,4 @@ packages:
143143
source: hosted
144144
version: "2.0.8"
145145
sdks:
146-
dart: ">=2.2.2 <3.0.0"
146+
dart: ">=2.2.0 <3.0.0"

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_weather_icons
22
description: Flutter package for Weather Icons. Weather Icons is a pack of 222 beautifully crafted Open Source icons for representing weather and climate
3-
version: 1.0.1
3+
version: 1.0.2
44
author: Rishi Banerjee <[email protected]>
55
homepage: https://github.com/rshrc/flutter_weather_icons
66

@@ -20,4 +20,4 @@ flutter:
2020
fonts:
2121
- family: WeatherIcons
2222
fonts:
23-
- asset: lib/fonts/weathericons.ttf
23+
- asset: fonts/weathericons.ttf

0 commit comments

Comments
 (0)