chore: bump version to 4.3.0 and fix SAF document file race condition

- Bump app version to 4.3.0 (build 125)
- Extract createOrReuseDocumentFile() to handle SAF auto-rename races
  between findFile() and createFile(), preferring the exact-named sibling
  and discarding duplicate documents
This commit is contained in:
zarzet
2026-04-13 23:19:43 +07:00
parent 298b89acf1
commit 580e2b6ab8
3 changed files with 48 additions and 8 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import 'package:flutter/foundation.dart';
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '4.2.3';
static const String buildNumber = '124';
static const String version = '4.3.0';
static const String buildNumber = '125';
static const String fullVersion = '$version+$buildNumber';
/// Shows "Internal" in debug builds, actual version in release.