-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
1 parent
5d325bc
commit 4ffb370
Showing
107 changed files
with
566 additions
and
513 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
flutter_version: "3.7.5" | ||
flutter_version: "3.22.2" | ||
|
||
jobs: | ||
build: | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
branches: [ master ] | ||
|
||
env: | ||
flutter_version: "3.7.5" | ||
flutter_version: "3.22.2" | ||
|
||
jobs: | ||
test: | ||
|
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
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.
9 changes: 9 additions & 0 deletions
9
android/app/src/main/res/drawable-night-v21/launch_background.xml
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<bitmap android:gravity="fill" android:src="@drawable/background"/> | ||
</item> | ||
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> |
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.
9 changes: 9 additions & 0 deletions
9
android/app/src/main/res/drawable-night/launch_background.xml
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<bitmap android:gravity="fill" android:src="@drawable/background"/> | ||
</item> | ||
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> | ||
</layer-list> |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
<item> | ||
<bitmap android:gravity="center" android:src="@drawable/splash"/> | ||
</item> | ||
</layer-list> | ||
</layer-list> |
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 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<item name="android:forceDarkAllowed">false</item> | ||
<item name="android:windowFullscreen">false</item> | ||
<item name="android:windowDrawsSystemBarBackgrounds">false</item> | ||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
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,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar"> | ||
<item name="android:forceDarkAllowed">false</item> | ||
<item name="android:windowFullscreen">false</item> | ||
<item name="android:windowDrawsSystemBarBackgrounds">false</item> | ||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
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,11 @@ | ||
# flutter pub run flutter_launcher_icons | ||
flutter_launcher_icons: | ||
image_path: "assets/icons/app_icon.png" | ||
|
||
android: true | ||
image_path_android: "assets/icons/app_icon.png" | ||
min_sdk_android: 21 | ||
|
||
ios: true | ||
image_path_ios: "assets/icons/app_icon.png" | ||
remove_alpha_ios: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,10 @@ | ||
#dart run flutter_native_splash:create | ||
flutter_native_splash: | ||
|
||
# This package generates native code to customize Flutter's default white native splash screen | ||
# with background color and splash image. | ||
# Customize the parameters below, and run the following command in the terminal: | ||
# flutter pub run flutter_native_splash:create | ||
# To restore Flutter's default white splash screen, run the following command in the terminal: | ||
# flutter pub run flutter_native_splash:remove | ||
|
||
# color or background_image is the only required parameter. Use color to set the background | ||
# of your splash screen to a solid color. Use background_image to set the background of your | ||
# splash screen to a png image. This is useful for gradients. The image will be stretch to the | ||
# size of the app. Only one parameter can be used, color and background_image cannot both be set. | ||
color: "#FFFFFF" | ||
#background_image: "assets/icons/app_icon_o.png" | ||
|
||
# Optional parameters are listed below. To enable a parameter, uncomment the line by removing | ||
# the leading # character. | ||
|
||
# The image parameter allows you to specify an image used in the splash screen. It must be a | ||
# png file and should be sized for 4x pixel density. | ||
color_dark: "#000000" | ||
image: assets/icons/app_icon.png | ||
|
||
# The color_dark, background_image_dark, and image_dark are parameters that set the background | ||
# and image when the device is in dark mode. If they are not specified, the app will use the | ||
# parameters from above. If the image_dark parameter is specified, color_dark or | ||
# background_image_dark must be specified. color_dark and background_image_dark cannot both be | ||
# set. | ||
#color_dark: "#042a49" | ||
#background_image_dark: "assets/dark-background.png" | ||
#image_dark: assets/splash-invert.png | ||
|
||
# The android, ios and web parameters can be used to disable generating a splash screen on a given | ||
# platform. | ||
#android: false | ||
#ios: false | ||
#web: false | ||
|
||
# The position of the splash image can be set with android_gravity, ios_content_mode, and | ||
# web_image_mode parameters. All default to center. | ||
# | ||
# android_gravity can be one of the following Android Gravity (see | ||
# https://developer.android.com/reference/android/view/Gravity): bottom, center, | ||
# center_horizontal, center_vertical, clip_horizontal, clip_vertical, end, fill, fill_horizontal, | ||
# fill_vertical, left, right, start, or top. | ||
#android_gravity: center | ||
# | ||
# ios_content_mode can be one of the following iOS UIView.ContentMode (see | ||
# https://developer.apple.com/documentation/uikit/uiview/contentmode): scaleToFill, | ||
# scaleAspectFit, scaleAspectFill, center, top, bottom, left, right, topLeft, topRight, | ||
# bottomLeft, or bottomRight. | ||
#ios_content_mode: center | ||
# | ||
# web_image_mode can be one of the following modes: center, contain, stretch, and cover. | ||
#web_image_mode: center | ||
|
||
# To hide the notification bar, use the fullscreen parameter. Has no affect in web since web | ||
# has no notification bar. Defaults to false. | ||
# NOTE: Unlike Android, iOS will not automatically show the notification bar when the app loads. | ||
# To show the notification bar, add the following code to your Flutter app: | ||
# WidgetsFlutterBinding.ensureInitialized(); | ||
# SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom, SystemUiOverlay.top]); | ||
#fullscreen: true | ||
|
||
# If you have changed the name(s) of your info.plist file(s), you can specify the filename(s) | ||
# with the info_plist_files parameter. Remove only the # characters in the three lines below, | ||
# do not remove any spaces: | ||
#info_plist_files: | ||
# - 'ios/Runner/Info-Debug.plist' | ||
# - 'ios/Runner/Info-Release.plist' | ||
image_dark: assets/icons/app_icon.png | ||
#branding: assets/icons/branding.png | ||
#branding_dark: assets/icons/branding.png | ||
#background_image: assets/icons/splashbackground.png | ||
#background_image_dark: assets/icons/splashbackground.png |
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
Oops, something went wrong.