Skip to content

Commit

Permalink
M3-128 Feat : conflict 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdals802 committed Jun 27, 2024
1 parent 24d86b1 commit 0270781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />

<application
android:label="ground_flip"
android:name="${applicationName}"
Expand Down
5 changes: 0 additions & 5 deletions lib/service/ios_walking_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ class IosWalkingService implements WalkingService {
return dailySteps;
}

@override
List<int> getWeeklySteps(startDate, endDate) {
// TODO: implement getWeeklySteps
throw UnimplementedError();
}
}
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.0"
pedometer:
dependency: "direct main"
description:
name: pedometer
sha256: e8c574dae778276fa848873c6ea2015a636a91e8572a4a652b04a4fcd6c54259
url: "https://pub.dev"
source: hosted
version: "4.0.1"
permission_handler:
dependency: "direct main"
description:
Expand Down

0 comments on commit 0270781

Please sign in to comment.