Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 14, 2024
1 parent eb778ba commit 2b122a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"name": "Maily",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--dart-define",
"GIPHY_API_KEY=${env:GIPHY_API_KEY}",
Expand All @@ -21,6 +22,7 @@
"name": "Maily (profile mode)",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"flutterMode": "profile",
"args": [
"--dart-define",
Expand All @@ -35,6 +37,7 @@
"name": "Maily (release mode)",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"flutterMode": "release",
"args": [
"--dart-define",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 1 addition & 9 deletions lib/settings/provider.dart
Original file line number Diff line number Diff line change
@@ -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() =>
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2b122a3

Please sign in to comment.