Skip to content

Commit

Permalink
Minor Update
Browse files Browse the repository at this point in the history
- Add Firebase Analytics.
- Delete IOS platform support.
  • Loading branch information
KeidsID committed Jan 19, 2023
1 parent 4b3b714 commit 108a11a
Show file tree
Hide file tree
Showing 71 changed files with 112 additions and 1,119 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Submission project task from [dicoding.com Intermediate Flutter class][dicodingc

It is hoped that with this assignment, students can create Flutter applications by implementing common features such as retrieving data from the internet, local storage, notifications, and testing.

Design based on [Basil Material Studies](https://m2.material.io/design/material-studies/basil.html)

Run these commands before build:

```
Expand Down
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if (flutterVersionName == null) {
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'

android {
compileSdkVersion flutter.compileSdkVersion
Expand Down
7 changes: 7 additions & 0 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
{
"client_id": "648676889704-i1alf3tm5ocl6skfl5c0jmkrgbu66b2c.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "648676889704-e1bv44vhg5g9l33b5rblstjtm4j13s4c.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.example.restaurantAppProject"
}
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.google.gms:google-services:4.3.13'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.1'
}
}

Expand Down
34 changes: 0 additions & 34 deletions ios/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

1 change: 0 additions & 1 deletion ios/Flutter/Debug.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion ios/Flutter/Release.xcconfig

This file was deleted.

Loading

0 comments on commit 108a11a

Please sign in to comment.