Skip to content

Commit

Permalink
🐛Fix: gitignore file modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeon-jisu committed Sep 23, 2022
1 parent 8cc67b1 commit 22f1e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ gradle-wrapper.jar
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java

# Remember to never publicly share your keystore.
Expand Down
6 changes: 6 additions & 0 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sdk.dir=/Users/jisu/Library/Android/sdk
flutter.sdk=/Users/jisu/flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
google.maps.apiKey=AIzaSyDpOHTRh0dkxHuR1HH3X979oizAwQXp-Ts
3 changes: 2 additions & 1 deletion lib/page/map_page/mapPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class KakaoMapTest extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
primarySwatch: Colors.lightBlue,
),
home: MapSample(),
);
Expand Down

0 comments on commit 22f1e5f

Please sign in to comment.