After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 70 B |
@ -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> |
After Width: | Height: | Size: 70 B |
@ -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> |
After Width: | Height: | Size: 68 B |
@ -1,12 +1,9 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<!-- Modify this file to customize your launch splash screen --> |
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
<item android:drawable="?android:colorBackground" /> |
<item> |
||||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||||
<!-- You can insert your own image assets here --> |
</item> |
||||||
<!-- <item> |
<item> |
||||||
<bitmap |
<bitmap android:gravity="center" android:src="@drawable/splash"/> |
||||||
android:gravity="center" |
</item> |
||||||
android:src="@mipmap/launch_image" /> |
</layer-list> |
||||||
</item> --> |
|
||||||
</layer-list> |
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 68 B |
@ -1,12 +1,9 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<!-- Modify this file to customize your launch splash screen --> |
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
<item android:drawable="@android:color/white" /> |
<item> |
||||||
|
<bitmap android:gravity="fill" android:src="@drawable/background"/> |
||||||
<!-- You can insert your own image assets here --> |
</item> |
||||||
<!-- <item> |
<item> |
||||||
<bitmap |
<bitmap android:gravity="center" android:src="@drawable/splash"/> |
||||||
android:gravity="center" |
</item> |
||||||
android:src="@mipmap/launch_image" /> |
</layer-list> |
||||||
</item> --> |
|
||||||
</layer-list> |
|
@ -0,0 +1,18 @@ |
|||||||
|
<?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:windowSplashScreenBackground">@drawable/launch_background</item> |
||||||
|
<item name="android:forceDarkAllowed">false</item> |
||||||
|
<item name="android:windowFullscreen">false</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> |
@ -0,0 +1,18 @@ |
|||||||
|
<?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:windowSplashScreenBackground">@drawable/launch_background</item> |
||||||
|
<item name="android:forceDarkAllowed">false</item> |
||||||
|
<item name="android:windowFullscreen">false</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> |
@ -0,0 +1,52 @@ |
|||||||
|
{ |
||||||
|
"images" : [ |
||||||
|
{ |
||||||
|
"filename" : "background.png", |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "1x" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"appearances" : [ |
||||||
|
{ |
||||||
|
"appearance" : "luminosity", |
||||||
|
"value" : "dark" |
||||||
|
} |
||||||
|
], |
||||||
|
"filename" : "darkbackground.png", |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "1x" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "2x" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"appearances" : [ |
||||||
|
{ |
||||||
|
"appearance" : "luminosity", |
||||||
|
"value" : "dark" |
||||||
|
} |
||||||
|
], |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "2x" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "3x" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"appearances" : [ |
||||||
|
{ |
||||||
|
"appearance" : "luminosity", |
||||||
|
"value" : "dark" |
||||||
|
} |
||||||
|
], |
||||||
|
"idiom" : "universal", |
||||||
|
"scale" : "3x" |
||||||
|
} |
||||||
|
], |
||||||
|
"info" : { |
||||||
|
"author" : "xcode", |
||||||
|
"version" : 1 |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 68 B |
After Width: | Height: | Size: 70 B |
@ -1,23 +1,23 @@ |
|||||||
{ |
{ |
||||||
"images" : [ |
"images" : [ |
||||||
{ |
{ |
||||||
"idiom" : "universal", |
|
||||||
"filename" : "LaunchImage.png", |
"filename" : "LaunchImage.png", |
||||||
|
"idiom" : "universal", |
||||||
"scale" : "1x" |
"scale" : "1x" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"idiom" : "universal", |
|
||||||
"filename" : "LaunchImage@2x.png", |
"filename" : "LaunchImage@2x.png", |
||||||
|
"idiom" : "universal", |
||||||
"scale" : "2x" |
"scale" : "2x" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"idiom" : "universal", |
|
||||||
"filename" : "LaunchImage@3x.png", |
"filename" : "LaunchImage@3x.png", |
||||||
|
"idiom" : "universal", |
||||||
"scale" : "3x" |
"scale" : "3x" |
||||||
} |
} |
||||||
], |
], |
||||||
"info" : { |
"info" : { |
||||||
"version" : 1, |
"author" : "xcode", |
||||||
"author" : "xcode" |
"version" : 1 |
||||||
} |
} |
||||||
} |
} |
||||||
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 49 KiB |
@ -1,59 +1,61 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||||
<plist version="1.0"> |
<plist version="1.0"> |
||||||
<dict> |
<dict> |
||||||
<key>CADisableMinimumFrameDurationOnPhone</key> |
<key>CADisableMinimumFrameDurationOnPhone</key> |
||||||
<true/> |
<true/> |
||||||
<key>CFBundleDevelopmentRegion</key> |
<key>CFBundleDevelopmentRegion</key> |
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string> |
<string>$(DEVELOPMENT_LANGUAGE)</string> |
||||||
<key>CFBundleDisplayName</key> |
<key>CFBundleDisplayName</key> |
||||||
<string>ZXScanner</string> |
<string>ZXScanner</string> |
||||||
<key>CFBundleExecutable</key> |
<key>CFBundleExecutable</key> |
||||||
<string>$(EXECUTABLE_NAME)</string> |
<string>$(EXECUTABLE_NAME)</string> |
||||||
<key>CFBundleIdentifier</key> |
<key>CFBundleIdentifier</key> |
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
||||||
<key>CFBundleInfoDictionaryVersion</key> |
<key>CFBundleInfoDictionaryVersion</key> |
||||||
<string>6.0</string> |
<string>6.0</string> |
||||||
<key>CFBundleName</key> |
<key>CFBundleName</key> |
||||||
<string>zxscanner</string> |
<string>zxscanner</string> |
||||||
<key>CFBundlePackageType</key> |
<key>CFBundlePackageType</key> |
||||||
<string>APPL</string> |
<string>APPL</string> |
||||||
<key>CFBundleShortVersionString</key> |
<key>CFBundleShortVersionString</key> |
||||||
<string>$(FLUTTER_BUILD_NAME)</string> |
<string>$(FLUTTER_BUILD_NAME)</string> |
||||||
<key>CFBundleSignature</key> |
<key>CFBundleSignature</key> |
||||||
<string>????</string> |
<string>????</string> |
||||||
<key>CFBundleVersion</key> |
<key>CFBundleVersion</key> |
||||||
<string>$(FLUTTER_BUILD_NUMBER)</string> |
<string>$(FLUTTER_BUILD_NUMBER)</string> |
||||||
<key>LSRequiresIPhoneOS</key> |
<key>LSRequiresIPhoneOS</key> |
||||||
<true/> |
<true/> |
||||||
<key>UILaunchStoryboardName</key> |
<key>UILaunchStoryboardName</key> |
||||||
<string>LaunchScreen</string> |
<string>LaunchScreen</string> |
||||||
<key>UIMainStoryboardFile</key> |
<key>UIMainStoryboardFile</key> |
||||||
<string>Main</string> |
<string>Main</string> |
||||||
<key>UISupportedInterfaceOrientations</key> |
<key>UISupportedInterfaceOrientations</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UISupportedInterfaceOrientations~ipad</key> |
<key>UISupportedInterfaceOrientations~ipad</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UIViewControllerBasedStatusBarAppearance</key> |
<key>UIViewControllerBasedStatusBarAppearance</key> |
||||||
<false/> |
<false/> |
||||||
<key>NSBonjourServices</key> |
<key>NSBonjourServices</key> |
||||||
<array> |
<array> |
||||||
<string>_dartobservatory._tcp</string> |
<string>_dartobservatory._tcp</string> |
||||||
</array> |
</array> |
||||||
<key>NSPhotoLibraryUsageDescription</key> |
<key>NSPhotoLibraryUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
||||||
<key>NSCameraUsageDescription</key> |
<key>NSCameraUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
||||||
<key>NSLocalNetworkUsageDescription</key> |
<key>NSLocalNetworkUsageDescription</key> |
||||||
<string>Allow Flutter tools on your computer to connect and debug your application</string> |
<string>Allow Flutter tools on your computer to connect and debug your application</string> |
||||||
</dict> |
<key>UIStatusBarHidden</key> |
||||||
</plist> |
<false/> |
||||||
|
</dict> |
||||||
|
</plist> |
@ -1,53 +1,55 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||||
<plist version="1.0"> |
<plist version="1.0"> |
||||||
<dict> |
<dict> |
||||||
<key>CADisableMinimumFrameDurationOnPhone</key> |
<key>CADisableMinimumFrameDurationOnPhone</key> |
||||||
<true/> |
<true/> |
||||||
<key>CFBundleDevelopmentRegion</key> |
<key>CFBundleDevelopmentRegion</key> |
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string> |
<string>$(DEVELOPMENT_LANGUAGE)</string> |
||||||
<key>CFBundleDisplayName</key> |
<key>CFBundleDisplayName</key> |
||||||
<string>ZXScanner</string> |
<string>ZXScanner</string> |
||||||
<key>CFBundleExecutable</key> |
<key>CFBundleExecutable</key> |
||||||
<string>$(EXECUTABLE_NAME)</string> |
<string>$(EXECUTABLE_NAME)</string> |
||||||
<key>CFBundleIdentifier</key> |
<key>CFBundleIdentifier</key> |
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
||||||
<key>CFBundleInfoDictionaryVersion</key> |
<key>CFBundleInfoDictionaryVersion</key> |
||||||
<string>6.0</string> |
<string>6.0</string> |
||||||
<key>CFBundleName</key> |
<key>CFBundleName</key> |
||||||
<string>zxscanner</string> |
<string>zxscanner</string> |
||||||
<key>CFBundlePackageType</key> |
<key>CFBundlePackageType</key> |
||||||
<string>APPL</string> |
<string>APPL</string> |
||||||
<key>CFBundleShortVersionString</key> |
<key>CFBundleShortVersionString</key> |
||||||
<string>$(FLUTTER_BUILD_NAME)</string> |
<string>$(FLUTTER_BUILD_NAME)</string> |
||||||
<key>CFBundleSignature</key> |
<key>CFBundleSignature</key> |
||||||
<string>????</string> |
<string>????</string> |
||||||
<key>CFBundleVersion</key> |
<key>CFBundleVersion</key> |
||||||
<string>$(FLUTTER_BUILD_NUMBER)</string> |
<string>$(FLUTTER_BUILD_NUMBER)</string> |
||||||
<key>LSRequiresIPhoneOS</key> |
<key>LSRequiresIPhoneOS</key> |
||||||
<true/> |
<true/> |
||||||
<key>UILaunchStoryboardName</key> |
<key>UILaunchStoryboardName</key> |
||||||
<string>LaunchScreen</string> |
<string>LaunchScreen</string> |
||||||
<key>UIMainStoryboardFile</key> |
<key>UIMainStoryboardFile</key> |
||||||
<string>Main</string> |
<string>Main</string> |
||||||
<key>UISupportedInterfaceOrientations</key> |
<key>UISupportedInterfaceOrientations</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UISupportedInterfaceOrientations~ipad</key> |
<key>UISupportedInterfaceOrientations~ipad</key> |
||||||
<array> |
<array> |
||||||
<string>UIInterfaceOrientationPortrait</string> |
<string>UIInterfaceOrientationPortrait</string> |
||||||
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||||
<string>UIInterfaceOrientationLandscapeLeft</string> |
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||||
<string>UIInterfaceOrientationLandscapeRight</string> |
<string>UIInterfaceOrientationLandscapeRight</string> |
||||||
</array> |
</array> |
||||||
<key>UIViewControllerBasedStatusBarAppearance</key> |
<key>UIViewControllerBasedStatusBarAppearance</key> |
||||||
<false/> |
<false/> |
||||||
<key>NSPhotoLibraryUsageDescription</key> |
<key>NSPhotoLibraryUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs photo library access to scan barcodes</string> |
||||||
<key>NSCameraUsageDescription</key> |
<key>NSCameraUsageDescription</key> |
||||||
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
<string>$(APP_DISPLAY_NAME) needs camera access to scan barcodes</string> |
||||||
</dict> |
<key>UIStatusBarHidden</key> |
||||||
</plist> |
<false/> |
||||||
|
</dict> |
||||||
|
</plist> |