Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix/write-blood-p…
Browse files Browse the repository at this point in the history
…ressure
  • Loading branch information
ikoamu committed Mar 31, 2024
2 parents 7a0d332 + 58687eb commit 73be5d1
Show file tree
Hide file tree
Showing 21 changed files with 5,694 additions and 3,828 deletions.
253 changes: 135 additions & 118 deletions packages/health/CHANGELOG.md

Large diffs are not rendered by default.

490 changes: 244 additions & 246 deletions packages/health/README.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions packages/health/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

include: package:flutter_lints/flutter.yaml

analyzer:
exclude: [build/**]
language:
strict-casts: true
strict-inference: true
strict-raw-types: true

linter:
rules:
cancel_subscriptions: true
constant_identifier_names: false
depend_on_referenced_packages: true
avoid_print: true
use_string_in_part_of_directives: true
6,423 changes: 3,834 additions & 2,589 deletions packages/health/android/src/main/kotlin/cachet/plugins/health/HealthPlugin.kt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/health/example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading

0 comments on commit 73be5d1

Please sign in to comment.