-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pnry
committed
Dec 1, 2024
1 parent
1971500
commit e70582a
Showing
161 changed files
with
4,801 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.f7d99ab5.css", | ||
"main.js": "/static/js/main.d2620c9c.js", | ||
"main.js": "/static/js/main.994daba9.js", | ||
"index.html": "/index.html", | ||
"main.f7d99ab5.css.map": "/static/css/main.f7d99ab5.css.map", | ||
"main.d2620c9c.js.map": "/static/js/main.d2620c9c.js.map" | ||
"main.994daba9.js.map": "/static/js/main.994daba9.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.f7d99ab5.css", | ||
"static/js/main.d2620c9c.js" | ||
"static/js/main.994daba9.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Visualize Omron Blood Pressure Readings"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="manifest.json"/><title>Visualize Omron Blood Pressure Readings</title><script defer="defer" src="static/js/main.d2620c9c.js"></script><link href="static/css/main.f7d99ab5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Visualize Omron Blood Pressure Readings"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="manifest.json"/><title>Visualize Omron Blood Pressure Readings</title><script defer="defer" src="static/js/main.994daba9.js"></script><link href="static/css/main.f7d99ab5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
6 changes: 3 additions & 3 deletions
6
docs/static/js/main.d2620c9c.js → docs/static/js/main.994daba9.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Miscellaneous | ||
*.class | ||
*.log | ||
*.pyc | ||
*.swp | ||
.DS_Store | ||
.atom/ | ||
.buildlog/ | ||
.history | ||
.svn/ | ||
migrate_working_dir/ | ||
key.properties | ||
|
||
|
||
# IntelliJ related | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# The .vscode folder contains launch configuration and tasks you configure in | ||
# VS Code which you may wish to be included in version control, so this line | ||
# is commented out by default. | ||
#.vscode/ | ||
|
||
# Flutter/Dart/Pub related | ||
**/doc/api/ | ||
**/ios/Flutter/.last_build_id | ||
.dart_tool/ | ||
.flutter-plugins | ||
.flutter-plugins-dependencies | ||
.pub-cache/ | ||
.pub/ | ||
/build/ | ||
|
||
# Symbolication related | ||
app.*.symbols | ||
|
||
# Obfuscation related | ||
app.*.map.json | ||
|
||
# Android Studio will place build artifacts here | ||
/android/app/debug | ||
/android/app/profile | ||
/android/app/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
|
||
version: | ||
revision: "dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668" | ||
channel: "stable" | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: android | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: ios | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: linux | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: macos | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: web | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
- platform: windows | ||
create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668 | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# visualise_blood_pressure | ||
|
||
## How to build Android APK | ||
- To sign the app: | ||
Edit `flutter_app/android/key.properties.txt` and rename it to `key.properties` | ||
|
||
- Just in case you need, we built the APK in this env: | ||
|
||
```bash | ||
flutter doctor -v | ||
|
||
[✓] Flutter (Channel stable, 3.24.5, on Debian GNU/Linux 12 (bookworm) 6.1.0-28-amd64, locale en_US.UTF-8) | ||
• Flutter version 3.24.5 on channel stable at /home/u/development/flutter | ||
• Upstream repository https://github.com/flutter/flutter.git | ||
• Framework revision dec2ee5c1f (3 weeks ago), 2024-11-13 11:13:06 -0800 | ||
• Engine revision a18df97ca5 | ||
• Dart version 3.5.4 | ||
• DevTools version 2.37.3 | ||
|
||
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) | ||
• Android SDK at /home/u/Android/Sdk | ||
• Platform android-35, build-tools 35.0.0 | ||
• ANDROID_SDK_ROOT = /home/u/Android/Sdk | ||
• Java binary at: /usr/local/android-studio/jbr/bin/java | ||
• Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11) | ||
• All Android licenses accepted. | ||
|
||
[✓] Chrome - develop for the web | ||
• Chrome at google-chrome | ||
|
||
[✓] Linux toolchain - develop for Linux desktop | ||
• Debian clang version 14.0.6 | ||
• cmake version 3.25.1 | ||
• ninja version 1.11.1 | ||
• pkg-config version 1.8.1 | ||
|
||
[✓] Android Studio (version 2024.2) | ||
• Android Studio at /usr/local/android-studio | ||
• Flutter plugin version 82.1.3 | ||
• Dart plugin can be installed from: | ||
🔨 https://plugins.jetbrains.com/plugin/6351-dart | ||
• Java version OpenJDK Runtime Environment (build 21.0.3+-12282718-b509.11) | ||
|
||
[✓] IntelliJ IDEA Community Edition (version 2024.2) | ||
• IntelliJ at /opt/idea-IC-242.23339.11 | ||
• Flutter plugin can be installed from: | ||
🔨 https://plugins.jetbrains.com/plugin/9212-flutter | ||
• Dart plugin can be installed from: | ||
🔨 https://plugins.jetbrains.com/plugin/6351-dart | ||
|
||
[✓] VS Code (version 1.95.3) | ||
• VS Code at /usr/share/code | ||
• Flutter extension version 3.100.0 | ||
|
||
[✓] Connected device (2 available) | ||
• Linux (desktop) • linux • linux-x64 • Debian GNU/Linux 12 (bookworm) 6.1.0-28-amd64 | ||
• Chrome (web) • chrome • web-javascript • Google Chrome 131.0.6778.85 | ||
|
||
[✓] Network resources | ||
• All expected network resources are available. | ||
|
||
• No issues found! | ||
|
||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file configures the analyzer, which statically analyzes Dart code to | ||
# check for errors, warnings, and lints. | ||
# | ||
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled | ||
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be | ||
# invoked from the command line by running `flutter analyze`. | ||
|
||
# The following line activates a set of recommended lints for Flutter apps, | ||
# packages, and plugins designed to encourage good coding practices. | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
linter: | ||
# The lint rules applied to this project can be customized in the | ||
# section below to disable rules from the `package:flutter_lints/flutter.yaml` | ||
# included above or to enable additional rules. A list of all available lints | ||
# and their documentation is published at https://dart.dev/lints. | ||
# | ||
# Instead of disabling a lint rule for the entire project in the | ||
# section below, it can also be suppressed for a single line of code | ||
# or a specific dart file by using the `// ignore: name_of_lint` and | ||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file | ||
# producing the lint. | ||
rules: | ||
# avoid_print: false # Uncomment to disable the `avoid_print` rule | ||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule | ||
|
||
# Additional information about this file can be found at | ||
# https://dart.dev/guides/language/analysis-options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
gradle-wrapper.jar | ||
/.gradle | ||
/captures/ | ||
/gradlew | ||
/gradlew.bat | ||
/local.properties | ||
GeneratedPluginRegistrant.java | ||
|
||
# Remember to never publicly share your keystore. | ||
# See https://flutter.dev/to/reference-keystore | ||
key.properties | ||
**/*.keystore | ||
**/*.jks |
Oops, something went wrong.