File tree Expand file tree Collapse file tree 4 files changed +7
-51
lines changed Expand file tree Collapse file tree 4 files changed +7
-51
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,20 @@ Future<void> main() async {
14
14
WidgetsFlutterBinding .ensureInitialized ();
15
15
await Firebase .initializeApp ();
16
16
setupLocator ();
17
- runApp (MyApp ());
17
+ runApp (MyApp ());
18
18
}
19
19
20
20
class MyApp extends StatelessWidget {
21
21
@override
22
22
Widget build (BuildContext context) {
23
23
return MaterialApp (
24
24
title: 'Flutter App + Hashnode API' ,
25
- theme: ThemeData (
26
- primaryColor: AppColor ().mainColor,
27
- accentColor: AppColor ().mainColor,
28
- primaryIconTheme: IconThemeData (color: AppColor ().mainColor),
29
- visualDensity: VisualDensity .comfortable,
30
- textTheme: GoogleFonts .poppinsTextTheme ()
31
- ),
25
+ theme: ThemeData (
26
+ primaryColor: AppColor ().mainColor,
27
+ accentColor: AppColor ().mainColor,
28
+ primaryIconTheme: IconThemeData (color: AppColor ().mainColor),
29
+ visualDensity: VisualDensity .comfortable,
30
+ textTheme: GoogleFonts .poppinsTextTheme ()),
32
31
debugShowCheckedModeBanner: false ,
33
32
home: HomePgae (),
34
33
);
Original file line number Diff line number Diff line change @@ -92,13 +92,6 @@ 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"
102
95
fake_async:
103
96
dependency: transitive
104
97
description:
@@ -160,13 +153,6 @@ packages:
160
153
description: flutter
161
154
source: sdk
162
155
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"
170
156
flutter_inappwebview:
171
157
dependency: "direct main"
172
158
description:
@@ -310,34 +296,13 @@ packages:
310
296
url: "https://pub.dartlang.org"
311
297
source: hosted
312
298
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"
320
299
pedantic:
321
300
dependency: transitive
322
301
description:
323
302
name: pedantic
324
303
url: "https://pub.dartlang.org"
325
304
source: hosted
326
305
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"
341
306
platform:
342
307
dependency: transitive
343
308
description:
@@ -483,13 +448,6 @@ packages:
483
448
url: "https://pub.dartlang.org"
484
449
source: hosted
485
450
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"
493
451
win32:
494
452
dependency: transitive
495
453
description:
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ dependencies:
41
41
firebase_remote_config : ^0.4.0
42
42
share :
43
43
firebase_messaging :
44
- paystack_manager :
45
44
46
45
dev_dependencies :
47
46
flutter_test :
You can’t perform that action at this time.
0 commit comments