QOL: Location compliance update for app store

This commit is contained in:
2025-11-03 09:20:14 +02:00
parent b2b9d8f046
commit 6a5b4f7f4b
4 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class MihTheme {
late String loadingAssetText;
late TargetPlatform platform;
bool kIsWeb = const bool.fromEnvironment('dart.library.js_util');
String latestVersion = "1.2.1";
String latestVersion = "1.2.2";
// Options:-
// f3f9d2 = Cream
// f0f0c9 = cream2

View File

@@ -129,12 +129,12 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
// easy - 10 * 10 & 15 bombs
// Intermediate - 10 * 15 & 23 bombs
// Hard - 10 * 20 & 30 bombs
addProvider.loadBannerAd();
showDialog(
context: context,
builder: (context) {
return MihMineSweeperStartGameWindow(
onPressed: () {
addProvider.loadBannerAd();
resetTimer();
mihMineSweeperProvider
.setDifficulty(mihMineSweeperProvider.difficulty);
@@ -803,7 +803,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
],
),
),
MihBannerAd(),
_timer != null ? MihBannerAd() : SizedBox(),
SizedBox(height: 15),
],
);