FIxed a typo

This commit is contained in:
Imran Remtulla
2022-09-17 19:05:55 -04:00
parent 3ddf9ea736
commit 7d7986f8bf
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import 'package:dynamic_color/dynamic_color.dart';
import 'package:device_info_plus/device_info_plus.dart';
const String currentReleaseTag =
'v0.2.3-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
'v0.2.4-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
@pragma('vm:entry-point')
void bgTaskCallback() {

View File

@@ -21,7 +21,7 @@ class _SettingsPageState extends State<SettingsPage> {
return Scaffold(
backgroundColor: Theme.of(context).colorScheme.surface,
body: CustomScrollView(slivers: <Widget>[
const CustomAppBar(title: 'Add App'),
const CustomAppBar(title: 'Settings'),
SliverFillRemaining(
hasScrollBody: true,
child: Padding(