mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-18 15:25:27 +02:00
improvements & bugfixes; updated README.md
This commit is contained in:
parent
555ce227f8
commit
821d698b99
@ -41,6 +41,7 @@ Find out what you did all these days and unlock moments you completely forgot!
|
||||
* :new_moon_with_face: Supports dark mode
|
||||
* :fast_forward: Optimized for efficient behavior
|
||||
* :iphone: Includes self-written native modules
|
||||
* :map: Uses OpenStreetMap on Android for more privacy; Uses Apple Maps on iOS devices
|
||||
|
||||
|
||||
## Quick start
|
||||
|
@ -12,11 +12,10 @@ import 'package:quid_faciam_hodie/utils/loadable.dart';
|
||||
import 'package:quid_faciam_hodie/utils/theme.dart';
|
||||
import 'package:quid_faciam_hodie/widgets/icon_button_child.dart';
|
||||
import 'package:quid_faciam_hodie/widgets/platform_widgets/memory_cupertino_maps.dart';
|
||||
import 'package:quid_faciam_hodie/widgets/platform_widgets/memory_material_maps.dart';
|
||||
import 'package:quid_faciam_hodie/widgets/sheet_indicator.dart';
|
||||
import 'package:supabase_flutter/supabase_flutter.dart';
|
||||
|
||||
import '../../widgets/platform_widgets/memory_material_maps.dart';
|
||||
|
||||
class MemorySheet extends StatefulWidget {
|
||||
final Memory memory;
|
||||
final BuildContext sheetContext;
|
||||
@ -87,10 +86,9 @@ class _MemorySheetState extends State<MemorySheet> with Loadable {
|
||||
message: localizations.memorySheetMemoryUpdatedToPublic,
|
||||
);
|
||||
} else {
|
||||
if (isMaterial(context))
|
||||
context.showSuccessSnackBar(
|
||||
message: localizations.memorySheetMemoryUpdatedToPrivate,
|
||||
);
|
||||
context.showSuccessSnackBar(
|
||||
message: localizations.memorySheetMemoryUpdatedToPrivate,
|
||||
);
|
||||
}
|
||||
} catch (error) {
|
||||
context.showErrorSnackBar(message: localizations.generalError);
|
||||
|
Loading…
x
Reference in New Issue
Block a user