File picker permissions and header rename. Also merged jija shit
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -208,7 +208,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
)
|
||||
: null,
|
||||
),
|
||||
body: _buildSettingsContent(),
|
||||
body: SafeArea(
|
||||
child: _buildSettingsContent(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user