Skip to content

Commit b834679

Browse files
chore: Bump font_awesome_flutter from 10.12.0 to 11.0.0 (#3201)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nause <marc.nause@audioattack.de>
1 parent 62bb5f4 commit b834679

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/view/about_us_screen.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class _AboutUsScreenState extends State<AboutUsScreen> {
6161
'url': appLocalizations.website,
6262
},
6363
{
64-
'icon': const Icon(FontAwesomeIcons.github, size: 20),
64+
'icon': const FaIcon(FontAwesomeIcons.github, size: 20),
6565
'title': appLocalizations.forkUsOnGithub,
6666
'url': appLocalizations.github,
6767
},
@@ -71,12 +71,12 @@ class _AboutUsScreenState extends State<AboutUsScreen> {
7171
'url': appLocalizations.facebook,
7272
},
7373
{
74-
'icon': const Icon(FontAwesomeIcons.xTwitter, size: 20),
74+
'icon': const FaIcon(FontAwesomeIcons.xTwitter, size: 20),
7575
'title': appLocalizations.followUsOnX,
7676
'url': appLocalizations.x,
7777
},
7878
{
79-
'icon': const Icon(FontAwesomeIcons.youtube, size: 20),
79+
'icon': const FaIcon(FontAwesomeIcons.youtube, size: 20),
8080
'title': appLocalizations.watchUsOnYoutube,
8181
'url': appLocalizations.youtube,
8282
},

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,10 @@ packages:
398398
dependency: "direct main"
399399
description:
400400
name: font_awesome_flutter
401-
sha256: b9011df3a1fa02993630b8fb83526368cf2206a711259830325bab2f1d2a4eb0
401+
sha256: "09dcde8ab90ffae1a7d65ff2ef96fc62a17ad9d0ce7c127b317ded676b0d5935"
402402
url: "https://pub.dev"
403403
source: hosted
404-
version: "10.12.0"
404+
version: "11.0.0"
405405
frontend_server_client:
406406
dependency: transitive
407407
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
permission_handler: ^12.0.1
3131
logger: ^2.7.0
3232
url_launcher: ^6.3.2
33-
font_awesome_flutter: ^10.10.0
33+
font_awesome_flutter: ^11.0.0
3434
package_info_plus: ^9.0.1
3535
sensors_plus: ^7.0.0
3636
sleek_circular_slider: ^2.1.0

0 commit comments

Comments
 (0)