mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
refactor(social): change Twitter to X
This commit is contained in:
parent
bb999019ef
commit
f8f37325eb
@ -74,10 +74,10 @@ class SocialMediaWidget extends StatelessWidget {
|
|||||||
url: 'https://reddit.com/r/revancedapp',
|
url: 'https://reddit.com/r/revancedapp',
|
||||||
),
|
),
|
||||||
SocialMediaItem(
|
SocialMediaItem(
|
||||||
icon: FaIcon(FontAwesomeIcons.twitter),
|
icon: FaIcon(FontAwesomeIcons.xTwitter),
|
||||||
title: Text('Twitter'),
|
title: Text('X'),
|
||||||
subtitle: Text('@revancedapp'),
|
subtitle: Text('@revancedapp'),
|
||||||
url: 'https://twitter.com/revancedapp',
|
url: 'https://x.com/revancedapp',
|
||||||
),
|
),
|
||||||
SocialMediaItem(
|
SocialMediaItem(
|
||||||
icon: FaIcon(FontAwesomeIcons.youtube),
|
icon: FaIcon(FontAwesomeIcons.youtube),
|
||||||
|
@ -41,7 +41,7 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_svg: ^2.0.4
|
flutter_svg: ^2.0.4
|
||||||
fluttertoast: ^8.2.1
|
fluttertoast: ^8.2.1
|
||||||
font_awesome_flutter: ^10.4.0
|
font_awesome_flutter: ^10.6.0
|
||||||
get_it: 7.2.0
|
get_it: 7.2.0
|
||||||
google_fonts: ^4.0.3
|
google_fonts: ^4.0.3
|
||||||
http: ^0.13.5
|
http: ^0.13.5
|
||||||
|
Loading…
Reference in New Issue
Block a user