From 2b122a34c68faa3a64a7b043c35a0ae8d0b8a512 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Wed, 14 Feb 2024 09:31:16 +0100 Subject: [PATCH] chore: update deps --- .vscode/launch.json | 3 +++ README.md | 4 ++-- lib/settings/provider.dart | 10 +--------- pubspec.lock | 10 +++++----- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 227716f..75ae30a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "name": "Maily", "request": "launch", "type": "dart", + "program": "lib/main.dart", "args": [ "--dart-define", "GIPHY_API_KEY=${env:GIPHY_API_KEY}", @@ -21,6 +22,7 @@ "name": "Maily (profile mode)", "request": "launch", "type": "dart", + "program": "lib/main.dart", "flutterMode": "profile", "args": [ "--dart-define", @@ -35,6 +37,7 @@ "name": "Maily (release mode)", "request": "launch", "type": "dart", + "program": "lib/main.dart", "flutterMode": "release", "args": [ "--dart-define", diff --git a/README.md b/README.md index 552134e..74679e0 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ You can test an early access version of Maily today: * Multiple account support * Unified account - when you have at least 2 accounts, a unified account will show up automatically - with unified inbox, sent, trash, etc * Mail management: delete, mark as read/unread -* Unsubscribe from newslettters easily +* Unsubscribe from newsletters easily * View attachments in app - photos, PDFs, video and audio files * Compose messages: compose new messages and reply to/forward mails with WYSIWG editor * Save and continue draft messages * Attach photo-, audio-, video- or generic files. Attach your current location. * Swipe right to left to delete and swipe left to right to mark as read/unread -* Personalizae swipe actions +* Configurable swipe actions * Optionally you can block external images when viewing mails * You can specify aliases and check for + alias support by your mail provider * Swipe left or right in the message details to view the next/previous message diff --git a/lib/settings/provider.dart b/lib/settings/provider.dart index 94570a4..9bdd46c 100644 --- a/lib/settings/provider.dart +++ b/lib/settings/provider.dart @@ -1,17 +1,9 @@ import 'package:enough_mail_app/enough_mail_app.dart'; -import 'package:flutter/material.dart'; /// Shows how to override the default settings class CustomSettingsNotifier extends SettingsNotifier { /// Creates a new [CustomSettingsNotifier] - CustomSettingsNotifier() - : super( - settings: const Settings( - themeSettings: ThemeSettings( - colorSchemeSeed: Colors.pink, - ), - ), - ); + CustomSettingsNotifier(); @override String getSignatureHtmlGlobal() => diff --git a/pubspec.lock b/pubspec.lock index 7738cef..284ecf9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -508,7 +508,7 @@ packages: description: path: "." ref: HEAD - resolved-ref: fc6d23fb3346794b4d693b70eec8d9f8906f8498 + resolved-ref: d0d3f4708ca960f0612d41f0695159ab11687f54 url: "https://github.com/Enough-Software/enough_mail_app.git" source: git version: "1.0.0+96" @@ -1756,10 +1756,10 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "507dc655b1d9cb5ebc756032eb785f114e415f91557b73bf60b7e201dfedeb2f" + sha256: d4ed0711849dd8e33eb2dd69c25db0d0d3fdc37e0a62e629fe32f57a22db2745 url: "https://pub.dev" source: hosted - version: "6.2.2" + version: "6.3.0" url_launcher_ios: dependency: transitive description: @@ -1836,10 +1836,10 @@ packages: dependency: transitive description: name: video_player_android - sha256: "7f8f25d7ad56819a82b2948357f3c3af071f6a678db33833b26ec36bbc221316" + sha256: "4dd9b8b86d70d65eecf3dcabfcdfbb9c9115d244d022654aba49a00336d540c2" url: "https://pub.dev" source: hosted - version: "2.4.11" + version: "2.4.12" video_player_avfoundation: dependency: transitive description: