Skip to content

Commit

Permalink
a12 spalsh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bipinkrish committed Sep 19, 2023
1 parent 9cb85bb commit 7bf0819
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 3 deletions.
Binary file modified android/app/src/main/res/drawable-hdpi/android12splash.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 android/app/src/main/res/drawable-mdpi/android12splash.png
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.
Binary file modified android/app/src/main/res/drawable-xhdpi/android12splash.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 android/app/src/main/res/drawable-xxhdpi/android12splash.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 android/app/src/main/res/drawable-xxxhdpi/android12splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:shared_preferences/shared_preferences.dart';

////////////////////////////////////////////////////////////// Constants
const String version = "v1.2.0";
const String version = "v1.2.1";
const String copyright = "© 2023 Bipin";
const Color mainColor = Colors.deepOrange;

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: localconnect
description: A new Flutter project.
publish_to: 'none'
version: 1.2.0+2
version: 1.2.1+2

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down Expand Up @@ -104,5 +104,5 @@ flutter_native_splash:
image: "assets/logo.png"

android_12:
image: "assets/logo.png"
image: "assets/logo-mob.png"
icon_background_color: "#FF5722"
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@





<style id="splash-screen-style">
html {
height: 100%
Expand Down Expand Up @@ -120,6 +122,7 @@




<script>
window.addEventListener('load', function(ev) {
// Download main.dart.js
Expand Down

0 comments on commit 7bf0819

Please sign in to comment.