Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 92ba5c7

Browse files
latest update
1 parent bf23f75 commit 92ba5c7

File tree

3 files changed

+6
-65
lines changed

3 files changed

+6
-65
lines changed

‎android/app/google-services.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

‎android/keystore.properties

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎lib/main.dart

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Project: Flutter App + Hashnode API
22
// Date created: Saturday, Dec ‎26, ‎2020
33
// Developer: Samuel Adekunle (acctgen1)
4-
// First Launch: ----
4+
// First Launch: Wed, Jan 6th, 2021
55

66
import 'package:firebase_core/firebase_core.dart';
77
import 'package:flutter/material.dart';
88
import 'functions/locator.dart';
99
import 'screens/homepage.dart';
1010
import 'theme/colors.dart';
1111

12-
void main() async {
12+
Future<void> main() async {
1313
WidgetsFlutterBinding.ensureInitialized();
1414
await Firebase.initializeApp();
15-
setupLocator();
15+
setupLocator();
1616
runApp(MyApp());
1717
}
1818

@@ -21,13 +21,14 @@ class MyApp extends StatelessWidget {
2121
Widget build(BuildContext context) {
2222
return MaterialApp(
2323
title: 'Flutter App + Hashnode API',
24-
theme: ThemeData(
24+
theme: ThemeData(
2525
primaryColor: AppColor().mainColor,
2626
accentColor: AppColor().mainColor,
2727
primaryIconTheme: IconThemeData(color: AppColor().mainColor),
28+
visualDensity: VisualDensity.comfortable,
2829
),
2930
debugShowCheckedModeBanner: false,
3031
home: HomePgae(),
3132
);
3233
}
33-
}
34+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /