Skip to content

Commit 83a80ab

Browse files
committed
updates
1 parent 155bf2c commit 83a80ab

File tree

4 files changed

+7
-51
lines changed

4 files changed

+7
-51
lines changed

lib/main.dart

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@ Future<void> main() async {
1414
WidgetsFlutterBinding.ensureInitialized();
1515
await Firebase.initializeApp();
1616
setupLocator();
17-
runApp(MyApp());
17+
runApp(MyApp());
1818
}
1919

2020
class MyApp extends StatelessWidget {
2121
@override
2222
Widget build(BuildContext context) {
2323
return MaterialApp(
2424
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()),
3231
debugShowCheckedModeBanner: false,
3332
home: HomePgae(),
3433
);

lib/payment/payment.dart

Whitespace-only changes.

pubspec.lock

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ 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"
10295
fake_async:
10396
dependency: transitive
10497
description:
@@ -160,13 +153,6 @@ packages:
160153
description: flutter
161154
source: sdk
162155
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"
170156
flutter_inappwebview:
171157
dependency: "direct main"
172158
description:
@@ -310,34 +296,13 @@ packages:
310296
url: "https://pub.dartlang.org"
311297
source: hosted
312298
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"
320299
pedantic:
321300
dependency: transitive
322301
description:
323302
name: pedantic
324303
url: "https://pub.dartlang.org"
325304
source: hosted
326305
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"
341306
platform:
342307
dependency: transitive
343308
description:
@@ -483,13 +448,6 @@ packages:
483448
url: "https://pub.dartlang.org"
484449
source: hosted
485450
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"
493451
win32:
494452
dependency: transitive
495453
description:

pubspec.yaml

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

4645
dev_dependencies:
4746
flutter_test:

0 commit comments

Comments
 (0)