Skip to content

Commit 42c4156

Browse files
committed
Updated color of Text in appbar
1 parent 8bccd19 commit 42c4156

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

lib/main.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ class MyApp extends StatelessWidget {
1717
home: SafeArea(
1818
child: Scaffold(
1919
appBar: AppBar(
20-
title: Text("LaunchPad", style: GoogleFonts.orbitron()),
20+
title: Text("LaunchPad",
21+
style:
22+
GoogleFonts.orbitron(color: Colors.white, fontSize: 30.0)),
2123
backgroundColor: Colors.black,
2224
),
2325
backgroundColor: Colors.black,

pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,26 +204,26 @@ packages:
204204
dependency: transitive
205205
description:
206206
name: leak_tracker
207-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
207+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
208208
url: "https://pub.dev"
209209
source: hosted
210-
version: "10.0.0"
210+
version: "10.0.5"
211211
leak_tracker_flutter_testing:
212212
dependency: transitive
213213
description:
214214
name: leak_tracker_flutter_testing
215-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
215+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
216216
url: "https://pub.dev"
217217
source: hosted
218-
version: "2.0.1"
218+
version: "3.0.5"
219219
leak_tracker_testing:
220220
dependency: transitive
221221
description:
222222
name: leak_tracker_testing
223-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
223+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
224224
url: "https://pub.dev"
225225
source: hosted
226-
version: "2.0.1"
226+
version: "3.0.1"
227227
lints:
228228
dependency: transitive
229229
description:
@@ -244,18 +244,18 @@ packages:
244244
dependency: transitive
245245
description:
246246
name: material_color_utilities
247-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
247+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
248248
url: "https://pub.dev"
249249
source: hosted
250-
version: "0.8.0"
250+
version: "0.11.1"
251251
meta:
252252
dependency: transitive
253253
description:
254254
name: meta
255-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
255+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
256256
url: "https://pub.dev"
257257
source: hosted
258-
version: "1.11.0"
258+
version: "1.15.0"
259259
path:
260260
dependency: transitive
261261
description:
@@ -401,10 +401,10 @@ packages:
401401
dependency: transitive
402402
description:
403403
name: test_api
404-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
404+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
405405
url: "https://pub.dev"
406406
source: hosted
407-
version: "0.6.1"
407+
version: "0.7.2"
408408
typed_data:
409409
dependency: transitive
410410
description:
@@ -433,10 +433,10 @@ packages:
433433
dependency: transitive
434434
description:
435435
name: vm_service
436-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
436+
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
437437
url: "https://pub.dev"
438438
source: hosted
439-
version: "13.0.0"
439+
version: "14.2.4"
440440
web:
441441
dependency: transitive
442442
description:

0 commit comments

Comments
 (0)