File tree Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class _ContactDevState extends State<ContactDev> {
81
81
children: [
82
82
GestureDetector (
83
83
onTap: () {
84
- launch ('https://twitter.com/iamsamadekunle ' );
84
+ launch ('https://twitter.com/techwithsam_ ' );
85
85
},
86
86
child: Column (
87
87
children: [
@@ -99,7 +99,7 @@ class _ContactDevState extends State<ContactDev> {
99
99
),
100
100
GestureDetector (
101
101
onTap: () {
102
- launch ('https://github.com/acctgen1 ' );
102
+ launch ('https://github.com/techwithsam ' );
103
103
},
104
104
child: Column (
105
105
children: [
@@ -117,7 +117,7 @@ class _ContactDevState extends State<ContactDev> {
117
117
),
118
118
GestureDetector (
119
119
onTap: () {
120
- launch ('https://acctgen1 .medium.com' );
120
+ launch ('https://techwithsam .medium.com' );
121
121
},
122
122
child: Column (
123
123
children: [
@@ -135,7 +135,7 @@ class _ContactDevState extends State<ContactDev> {
135
135
),
136
136
GestureDetector (
137
137
onTap: () {
138
- launch ('https://acctgen1 .hashnode.dev' );
138
+ launch ('https://techwithsam .hashnode.dev' );
139
139
},
140
140
child: Column (
141
141
children: [
@@ -153,7 +153,7 @@ class _ContactDevState extends State<ContactDev> {
153
153
),
154
154
GestureDetector (
155
155
onTap: () {
156
- launch ('https://www. linkedin.com/in/acctgen1 /' );
156
+ launch ('https://linkedin.com/in/techwithsam /' );
157
157
},
158
158
child: Column (
159
159
children: [
Original file line number Diff line number Diff line change @@ -92,6 +92,13 @@ packages:
92
92
url: "https://pub.dartlang.org"
93
93
source: hosted
94
94
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"
95
102
fake_async:
96
103
dependency: transitive
97
104
description:
@@ -153,6 +160,13 @@ packages:
153
160
description: flutter
154
161
source: sdk
155
162
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"
156
170
flutter_inappwebview:
157
171
dependency: "direct main"
158
172
description:
@@ -296,13 +310,34 @@ packages:
296
310
url: "https://pub.dartlang.org"
297
311
source: hosted
298
312
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"
299
320
pedantic:
300
321
dependency: transitive
301
322
description:
302
323
name: pedantic
303
324
url: "https://pub.dartlang.org"
304
325
source: hosted
305
326
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"
306
341
platform:
307
342
dependency: transitive
308
343
description:
@@ -448,6 +483,13 @@ packages:
448
483
url: "https://pub.dartlang.org"
449
484
source: hosted
450
485
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"
451
493
win32:
452
494
dependency: transitive
453
495
description:
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ dependencies:
41
41
firebase_remote_config : ^0.4.0
42
42
share :
43
43
firebase_messaging :
44
+ paystack_manager :
44
45
45
46
dev_dependencies :
46
47
flutter_test :
You can’t perform that action at this time.
0 commit comments