Skip to content

Commit 6ffd4a4

Browse files
committedOct 24, 2024·
I guess its X now :|
1 parent cceb5f1 commit 6ffd4a4

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed
 

Diff for: ‎lib/home_page.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import 'package:commit451/nav.dart';
22
import 'package:commit451/ui/commit451_styles.dart';
33
import 'package:commit451/ui/commit451_urls.dart';
4-
import 'package:commit451/ui/snackbar_helper.dart';
54
import 'package:commit451/ui/ui_factory.dart';
65
import 'package:flutter/material.dart';
76
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
@@ -73,7 +72,7 @@ class _HomePageState extends State<HomePage> {
7372
child: Row(
7473
mainAxisAlignment: MainAxisAlignment.center,
7574
children: [
76-
button(FontAwesomeIcons.twitter, urlTwitter),
75+
button(FontAwesomeIcons.xTwitter, urlX),
7776
button(FontAwesomeIcons.github, urlGitHub),
7877
button(Icons.android, urlPlayStore),
7978
],

Diff for: ‎lib/ui/commit451_urls.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const urlTwitter = "https://twitter.com/Commit451";
1+
const urlX = "https://x.com/Commit451";
22
const urlGitHub = "https://github.com/Commit451";
33
const urlPlayStore = "https://play.google.com/store/apps/dev?id=8992288925330781810";

Diff for: ‎pubspec.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ packages:
8484
dependency: transitive
8585
description:
8686
name: leak_tracker
87-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
87+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
8888
url: "https://pub.dev"
8989
source: hosted
90-
version: "10.0.4"
90+
version: "10.0.5"
9191
leak_tracker_flutter_testing:
9292
dependency: transitive
9393
description:
9494
name: leak_tracker_flutter_testing
95-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
95+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
9696
url: "https://pub.dev"
9797
source: hosted
98-
version: "3.0.3"
98+
version: "3.0.5"
9999
leak_tracker_testing:
100100
dependency: transitive
101101
description:
@@ -124,18 +124,18 @@ packages:
124124
dependency: transitive
125125
description:
126126
name: material_color_utilities
127-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
127+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
128128
url: "https://pub.dev"
129129
source: hosted
130-
version: "0.8.0"
130+
version: "0.11.1"
131131
meta:
132132
dependency: transitive
133133
description:
134134
name: meta
135-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
135+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
136136
url: "https://pub.dev"
137137
source: hosted
138-
version: "1.12.0"
138+
version: "1.15.0"
139139
path:
140140
dependency: transitive
141141
description:
@@ -201,10 +201,10 @@ packages:
201201
dependency: transitive
202202
description:
203203
name: test_api
204-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
204+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
205205
url: "https://pub.dev"
206206
source: hosted
207-
version: "0.7.0"
207+
version: "0.7.2"
208208
url_launcher:
209209
dependency: "direct main"
210210
description:
@@ -281,10 +281,10 @@ packages:
281281
dependency: transitive
282282
description:
283283
name: vm_service
284-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
284+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
285285
url: "https://pub.dev"
286286
source: hosted
287-
version: "14.2.1"
287+
version: "14.2.5"
288288
web:
289289
dependency: transitive
290290
description:

0 commit comments

Comments
 (0)
Please sign in to comment.