-
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.
This is the release for the Sprint 3 --------- Co-authored-by: David Santiago Ortiz Almanza <69651671+SnowArtz@users.noreply.github.com> Co-authored-by: Gotty <78111224+iGotty@users.noreply.github.com> Co-authored-by: SnowArtz <ds.ortiz@uniandes.edu.co>
- Loading branch information
1 parent
fb82f59
commit dfec1e6
Showing
148 changed files
with
5,257 additions
and
2,623 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 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 |
---|---|---|
@@ -1,28 +1,6 @@ | ||
# 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 | ||
avoid_print: false | ||
prefer_single_quotes: true |
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
25 changes: 25 additions & 0 deletions
25
unischedule/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.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,25 @@ | ||
// Generated file. | ||
// | ||
// If you wish to remove Flutter's multidex support, delete this entire file. | ||
// | ||
// Modifications to this file should be done in a copy under a different name | ||
// as this file may be regenerated. | ||
|
||
package io.flutter.app; | ||
|
||
import android.app.Application; | ||
import android.content.Context; | ||
import androidx.annotation.CallSuper; | ||
import androidx.multidex.MultiDex; | ||
|
||
/** | ||
* Extension of {@link android.app.Application}, adding multidex support. | ||
*/ | ||
public class FlutterMultiDexApplication extends Application { | ||
@Override | ||
@CallSuper | ||
protected void attachBaseContext(Context base) { | ||
super.attachBaseContext(base); | ||
MultiDex.install(this); | ||
} | ||
} |
Binary file added
BIN
+432 Bytes
unischedule/android/app/src/main/res/drawable-hdpi/unischedule_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+312 Bytes
unischedule/android/app/src/main/res/drawable-mdpi/unischedule_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+567 Bytes
unischedule/android/app/src/main/res/drawable-xhdpi/unischedule_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+811 Bytes
unischedule/android/app/src/main/res/drawable-xxhdpi/unischedule_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.07 KB
unischedule/android/app/src/main/res/drawable-xxxhdpi/unischedule_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified
BIN
+4.64 KB
(970%)
unischedule/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.57 KB
(700%)
unischedule/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+6.94 KB
(1100%)
unischedule/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12.6 KB
(1400%)
unischedule/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.8 KB
(1500%)
unischedule/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
{"flutter":{"platforms":{"android":{"default":{"projectId":"unischedule-5ee93","appId":"1:614954118651:android:4b50d1ecd0781bda1fef5e","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"unischedule-5ee93","appId":"1:614954118651:ios:e948c08a9dbe9b721fef5e","uploadDebugSymbols":true,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"unischedule-5ee93","configurations":{"android":"1:614954118651:android:4b50d1ecd0781bda1fef5e","ios":"1:614954118651:ios:e948c08a9dbe9b721fef5e"}}}}}} |
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
Binary file modified
BIN
+261 KB
(2500%)
...chedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+531 Bytes
(280%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.61 KB
(510%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
Oops, something went wrong.
Binary file modified
BIN
+3.03 KB
(790%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
Oops, something went wrong.
Binary file modified
BIN
+1.06 KB
(480%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
Oops, something went wrong.
Binary file modified
BIN
+2.88 KB
(740%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
Oops, something went wrong.
Binary file modified
BIN
+5.22 KB
(860%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
Oops, something went wrong.
Binary file modified
BIN
+1.61 KB
(510%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
Oops, something went wrong.
Binary file modified
BIN
+4.57 KB
(900%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
Oops, something went wrong.
Binary file modified
BIN
+8.44 KB
(1100%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
Oops, something went wrong.
Binary file added
BIN
+2.72 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png
Oops, something went wrong.
Binary file added
BIN
+7.12 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png
Oops, something went wrong.
Binary file added
BIN
+3.27 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png
Oops, something went wrong.
Binary file added
BIN
+8.59 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png
Oops, something went wrong.
Binary file modified
BIN
+8.44 KB
(1100%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
Oops, something went wrong.
Binary file modified
BIN
+15.5 KB
(1000%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
Oops, something went wrong.
Binary file added
BIN
+4.51 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png
Oops, something went wrong.
Binary file added
BIN
+12 KB
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png
Oops, something went wrong.
Binary file modified
BIN
+4.11 KB
(650%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
Oops, something went wrong.
Binary file modified
BIN
+11.9 KB
(1100%)
unischedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
Oops, something went wrong.
Binary file modified
BIN
+13.8 KB
(1100%)
...chedule/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
Oops, something went wrong.
Oops, something went wrong.