File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : subosito/flutter-action@v1
10
+ - uses : actions/checkout@v4
11
+ - uses : subosito/flutter-action@v2
12
12
with :
13
13
channel : ' stable'
14
14
flutter-version : ' 3.13.9'
40
40
runs-on : windows-latest
41
41
42
42
steps :
43
- - uses : actions/checkout@v2
44
- - uses : subosito/flutter-action@v1
43
+ - uses : actions/checkout@v4
44
+ - uses : subosito/flutter-action@v2
45
45
with :
46
46
channel : ' stable'
47
47
flutter-version : ' 3.13.9'
71
71
runs-on : macos-latest
72
72
73
73
steps :
74
- - uses : actions/checkout@v2
75
- - uses : subosito/flutter-action@v1
74
+ - uses : actions/checkout@v4
75
+ - uses : subosito/flutter-action@v2
76
76
with :
77
77
channel : ' stable'
78
78
flutter-version : ' 3.13.9'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const String whatsNew = '''<p style="text-align:center"><b> What's New :</b><br>
80
80
- Favorites screen alignment issue fix<br>
81
81
- Incorrect Favorite button color fix<br>
82
82
- Minor UX improvements<br>
83
- <a href = "https://github.com/MuslimTechNet /HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''' ;
83
+ <a href = "https://github.com/GibreelAbdullah /HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''' ;
84
84
const String communityInvite =
85
85
'''<p style="text-align:center">If you are a Muslim tech professional or aspiring to be one join the <br>
86
86
<b>Muslim Tech Network</b></p><br>''' ;
Original file line number Diff line number Diff line change @@ -318,6 +318,14 @@ packages:
318
318
url: "https://pub.dev"
319
319
source: hosted
320
320
version: "0.13.1"
321
+ flutter_lints:
322
+ dependency: "direct dev"
323
+ description:
324
+ name: flutter_lints
325
+ sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
326
+ url: "https://pub.dev"
327
+ source: hosted
328
+ version: "3.0.0"
321
329
flutter_svg:
322
330
dependency: transitive
323
331
description:
@@ -544,6 +552,14 @@ packages:
544
552
url: "https://pub.dev"
545
553
source: hosted
546
554
version: "0.4.8"
555
+ lints:
556
+ dependency: transitive
557
+ description:
558
+ name: lints
559
+ sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
560
+ url: "https://pub.dev"
561
+ source: hosted
562
+ version: "3.0.0"
547
563
logging:
548
564
dependency: transitive
549
565
description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A new Flutter project.
3
3
4
4
publish_to : " none" # Remove this line if you wish to publish to pub.dev
5
5
6
- version : 1.15.1+60
6
+ version : 1.15.2+61
7
7
8
8
environment :
9
9
sdk : " >=2.16.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments