Skip to content

Commit 155bf2c

Browse files
committed
short update
1 parent 2aff96f commit 155bf2c

File tree

3 files changed

+48
-5
lines changed

3 files changed

+48
-5
lines changed

lib/screens/dev.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class _ContactDevState extends State<ContactDev> {
8181
children: [
8282
GestureDetector(
8383
onTap: () {
84-
launch('https://twitter.com/iamsamadekunle');
84+
launch('https://twitter.com/techwithsam_');
8585
},
8686
child: Column(
8787
children: [
@@ -99,7 +99,7 @@ class _ContactDevState extends State<ContactDev> {
9999
),
100100
GestureDetector(
101101
onTap: () {
102-
launch('https://github.com/acctgen1');
102+
launch('https://github.com/techwithsam');
103103
},
104104
child: Column(
105105
children: [
@@ -117,7 +117,7 @@ class _ContactDevState extends State<ContactDev> {
117117
),
118118
GestureDetector(
119119
onTap: () {
120-
launch('https://acctgen1.medium.com');
120+
launch('https://techwithsam.medium.com');
121121
},
122122
child: Column(
123123
children: [
@@ -135,7 +135,7 @@ class _ContactDevState extends State<ContactDev> {
135135
),
136136
GestureDetector(
137137
onTap: () {
138-
launch('https://acctgen1.hashnode.dev');
138+
launch('https://techwithsam.hashnode.dev');
139139
},
140140
child: Column(
141141
children: [
@@ -153,7 +153,7 @@ class _ContactDevState extends State<ContactDev> {
153153
),
154154
GestureDetector(
155155
onTap: () {
156-
launch('https://www.linkedin.com/in/acctgen1/');
156+
launch('https://linkedin.com/in/techwithsam/');
157157
},
158158
child: Column(
159159
children: [

pubspec.lock

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ packages:
9292
url: "https://pub.dartlang.org"
9393
source: hosted
9494
version: "1.0.2"
95+
dio:
96+
dependency: transitive
97+
description:
98+
name: dio
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "3.0.10"
95102
fake_async:
96103
dependency: transitive
97104
description:
@@ -153,6 +160,13 @@ packages:
153160
description: flutter
154161
source: sdk
155162
version: "0.0.0"
163+
flutter_icons:
164+
dependency: transitive
165+
description:
166+
name: flutter_icons
167+
url: "https://pub.dartlang.org"
168+
source: hosted
169+
version: "1.1.0"
156170
flutter_inappwebview:
157171
dependency: "direct main"
158172
description:
@@ -296,13 +310,34 @@ packages:
296310
url: "https://pub.dartlang.org"
297311
source: hosted
298312
version: "0.0.4+3"
313+
paystack_manager:
314+
dependency: "direct main"
315+
description:
316+
name: paystack_manager
317+
url: "https://pub.dartlang.org"
318+
source: hosted
319+
version: "1.0.4"
299320
pedantic:
300321
dependency: transitive
301322
description:
302323
name: pedantic
303324
url: "https://pub.dartlang.org"
304325
source: hosted
305326
version: "1.9.2"
327+
pin_code_fields:
328+
dependency: transitive
329+
description:
330+
name: pin_code_fields
331+
url: "https://pub.dartlang.org"
332+
source: hosted
333+
version: "3.1.2"
334+
pinput:
335+
dependency: transitive
336+
description:
337+
name: pinput
338+
url: "https://pub.dartlang.org"
339+
source: hosted
340+
version: "0.2.6"
306341
platform:
307342
dependency: transitive
308343
description:
@@ -448,6 +483,13 @@ packages:
448483
url: "https://pub.dartlang.org"
449484
source: hosted
450485
version: "2.1.0-nullsafety.5"
486+
webview_flutter:
487+
dependency: transitive
488+
description:
489+
name: webview_flutter
490+
url: "https://pub.dartlang.org"
491+
source: hosted
492+
version: "0.3.24"
451493
win32:
452494
dependency: transitive
453495
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
firebase_remote_config: ^0.4.0
4242
share:
4343
firebase_messaging:
44+
paystack_manager:
4445

4546
dev_dependencies:
4647
flutter_test:

0 commit comments

Comments
 (0)