File picker permissions and header rename. Also merged jija shit

This commit is contained in:
nullpeer
2025-11-30 14:07:33 +03:00
parent d793498d0a
commit 803a855c21
18 changed files with 2820 additions and 1611 deletions

View File

@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:gwid/screens/tos_screen.dart';
import 'package:gwid/consts.dart';
import 'package:url_launcher/url_launcher.dart';
class AboutScreen extends StatelessWidget {
@@ -239,7 +240,7 @@ class AboutScreen extends StatelessWidget {
),
const SizedBox(height: 8),
Text(
'Версия 0.3.0',
'Версия $version',
style: TextStyle(
fontSize: 16,
color: colors.onSurface.withOpacity(0.7),