v2.56.2 — Versions-String aktualisiert + sichtbare Version in Einstellungen
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ void main() async {
|
|||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
// Logger startet sofort – zeichnet ALLES auf
|
// Logger startet sofort – zeichnet ALLES auf
|
||||||
MeloLogger().init('2.54.1');
|
MeloLogger().init('2.56.1');
|
||||||
|
|
||||||
// ── Notifications initialisieren (Issue #9) ──
|
// ── Notifications initialisieren (Issue #9) ──
|
||||||
const androidInit = AndroidInitializationSettings('@mipmap/ic_launcher');
|
const androidInit = AndroidInitializationSettings('@mipmap/ic_launcher');
|
||||||
|
|||||||
@@ -358,6 +358,15 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
|
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
|
|
||||||
|
// ─── Versions-Anzeige (sichtbar!) ───
|
||||||
|
Center(
|
||||||
|
child: Text(
|
||||||
|
'Melo v2.56.1',
|
||||||
|
style: TextStyle(fontSize: 12, color: MeloTheme.textSekundaer),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
|
||||||
// ═══ Expertenmodus ═══
|
// ═══ Expertenmodus ═══
|
||||||
Container(
|
Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
|||||||
Reference in New Issue
Block a user