-
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
group117
committed
Jul 6, 2024
1 parent
9399472
commit d186259
Showing
12 changed files
with
235 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"configVersion": 2, | ||
"packages": [ | ||
{ | ||
"name": "characters", | ||
"rootUri": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0", | ||
"packageUri": "lib/", | ||
"languageVersion": "2.12" | ||
}, | ||
{ | ||
"name": "collection", | ||
"rootUri": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0", | ||
"packageUri": "lib/", | ||
"languageVersion": "2.18" | ||
}, | ||
{ | ||
"name": "flutter", | ||
"rootUri": "file:///C:/Users/Bino-/Downloads/flutter/packages/flutter", | ||
"packageUri": "lib/", | ||
"languageVersion": "3.3" | ||
}, | ||
{ | ||
"name": "material_color_utilities", | ||
"rootUri": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0", | ||
"packageUri": "lib/", | ||
"languageVersion": "2.17" | ||
}, | ||
{ | ||
"name": "meta", | ||
"rootUri": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0", | ||
"packageUri": "lib/", | ||
"languageVersion": "2.12" | ||
}, | ||
{ | ||
"name": "sky_engine", | ||
"rootUri": "file:///C:/Users/Bino-/Downloads/flutter/bin/cache/pkg/sky_engine", | ||
"packageUri": "lib/", | ||
"languageVersion": "3.2" | ||
}, | ||
{ | ||
"name": "vector_math", | ||
"rootUri": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4", | ||
"packageUri": "lib/", | ||
"languageVersion": "2.14" | ||
}, | ||
{ | ||
"name": "MedicationReminderApp", | ||
"rootUri": "../", | ||
"packageUri": "lib/", | ||
"languageVersion": "3.2" | ||
} | ||
], | ||
"generated": "2024-07-06T00:19:03.987719Z", | ||
"generator": "pub", | ||
"generatorVersion": "3.4.3", | ||
"flutterRoot": "file:///C:/Users/Bino-/Downloads/flutter", | ||
"flutterVersion": "3.22.2", | ||
"pubCache": "file:///C:/Users/Bino-/AppData/Local/Pub/Cache" | ||
} |
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,33 @@ | ||
characters | ||
2.12 | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/ | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/lib/ | ||
collection | ||
2.18 | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/ | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/lib/ | ||
material_color_utilities | ||
2.17 | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0/ | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/ | ||
meta | ||
2.12 | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0/ | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0/lib/ | ||
vector_math | ||
2.14 | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/ | ||
file:///C:/Users/Bino-/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/ | ||
sky_engine | ||
3.2 | ||
file:///C:/Users/Bino-/Downloads/flutter/bin/cache/pkg/sky_engine/ | ||
file:///C:/Users/Bino-/Downloads/flutter/bin/cache/pkg/sky_engine/lib/ | ||
flutter | ||
3.3 | ||
file:///C:/Users/Bino-/Downloads/flutter/packages/flutter/ | ||
file:///C:/Users/Bino-/Downloads/flutter/packages/flutter/lib/ | ||
MedicationReminderApp | ||
3.2 | ||
file:///C:/Users/Bino-/OneDrive%20-%20Queen's%20University/Queens%20U/MedicationReminderApp/frontend/ | ||
file:///C:/Users/Bino-/OneDrive%20-%20Queen's%20University/Queens%20U/MedicationReminderApp/frontend/lib/ | ||
2 |
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 @@ | ||
3.22.2 |
19 changes: 19 additions & 0 deletions
19
frontend/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
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,19 @@ | ||
package io.flutter.plugins; | ||
|
||
import androidx.annotation.Keep; | ||
import androidx.annotation.NonNull; | ||
import io.flutter.Log; | ||
|
||
import io.flutter.embedding.engine.FlutterEngine; | ||
|
||
/** | ||
* Generated file. Do not edit. | ||
* This file is generated by the Flutter tool based on the | ||
* plugins that support the Android platform. | ||
*/ | ||
@Keep | ||
public final class GeneratedPluginRegistrant { | ||
private static final String TAG = "GeneratedPluginRegistrant"; | ||
public static void registerWith(@NonNull FlutterEngine flutterEngine) { | ||
} | ||
} |
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,2 @@ | ||
sdk.dir=C:\\Users\\Bino-\\AppData\\Local\\Android\\sdk | ||
flutter.sdk=C:\\Users\\Bino-\\Downloads\\flutter |
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,14 @@ | ||
// This is a generated file; do not edit or check into version control. | ||
FLUTTER_ROOT=C:\Users\Bino-\Downloads\flutter | ||
FLUTTER_APPLICATION_PATH=C:\Users\Bino-\OneDrive - Queen's University\Queens U\MedicationReminderApp\frontend | ||
COCOAPODS_PARALLEL_CODE_SIGN=true | ||
FLUTTER_TARGET=lib\main.dart | ||
FLUTTER_BUILD_DIR=build | ||
FLUTTER_BUILD_NAME=1.0.0 | ||
FLUTTER_BUILD_NUMBER=1 | ||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386 | ||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7 | ||
DART_OBFUSCATION=false | ||
TRACK_WIDGET_CREATION=true | ||
TREE_SHAKE_ICONS=false | ||
PACKAGE_CONFIG=.dart_tool/package_config.json |
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 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=C:\Users\Bino-\Downloads\flutter" | ||
export "FLUTTER_APPLICATION_PATH=C:\Users\Bino-\OneDrive - Queen's University\Queens U\MedicationReminderApp\frontend" | ||
export "COCOAPODS_PARALLEL_CODE_SIGN=true" | ||
export "FLUTTER_TARGET=lib\main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" | ||
export "DART_OBFUSCATION=false" | ||
export "TRACK_WIDGET_CREATION=true" | ||
export "TREE_SHAKE_ICONS=false" | ||
export "PACKAGE_CONFIG=.dart_tool/package_config.json" |
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,19 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#ifndef GeneratedPluginRegistrant_h | ||
#define GeneratedPluginRegistrant_h | ||
|
||
#import <Flutter/Flutter.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface GeneratedPluginRegistrant : NSObject | ||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry; | ||
@end | ||
|
||
NS_ASSUME_NONNULL_END | ||
#endif /* GeneratedPluginRegistrant_h */ |
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,14 @@ | ||
// | ||
// Generated file. Do not edit. | ||
// | ||
|
||
// clang-format off | ||
|
||
#import "GeneratedPluginRegistrant.h" | ||
|
||
@implementation GeneratedPluginRegistrant | ||
|
||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { | ||
} | ||
|
||
@end |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Generated by pub | ||
# See https://dart.dev/tools/pub/glossary#lockfile | ||
packages: | ||
characters: | ||
dependency: transitive | ||
description: | ||
name: characters | ||
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.0" | ||
collection: | ||
dependency: transitive | ||
description: | ||
name: collection | ||
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.18.0" | ||
flutter: | ||
dependency: "direct main" | ||
description: flutter | ||
source: sdk | ||
version: "0.0.0" | ||
material_color_utilities: | ||
dependency: transitive | ||
description: | ||
name: material_color_utilities | ||
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.8.0" | ||
meta: | ||
dependency: transitive | ||
description: | ||
name: meta | ||
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.12.0" | ||
sky_engine: | ||
dependency: transitive | ||
description: flutter | ||
source: sdk | ||
version: "0.0.99" | ||
vector_math: | ||
dependency: transitive | ||
description: | ||
name: vector_math | ||
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.4" | ||
sdks: | ||
dart: ">=3.3.0-0 <4.0.0" |
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,4 +1,8 @@ | ||
name: MedicationReminderApp | ||
|
||
environment: | ||
sdk: '>=3.2.2 <4.0.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter |