Update flutter_email_sender

This commit is contained in:
Vishesh Handa
2020-05-08 16:56:07 +02:00
parent d86e8124e8
commit cc8d7d24f9
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ class AppDrawer extends StatelessWidget {
"Hey!\n\nI found a bug in GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform",
subject: 'GitJournal Bug',
recipients: ['bugs@gitjournal.io'],
attachmentPath: appLogsFilePath,
attachmentPaths: [appLogsFilePath],
);
await FlutterEmailSender.send(email);

View File

@ -257,7 +257,7 @@ packages:
name: flutter_email_sender
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
version: "3.0.1"
flutter_emoji:
dependency: "direct main"
description:

View File

@ -23,7 +23,7 @@ dependencies:
launch_review: ^2.0.0
device_info: ^0.4.1+4
flutter_markdown: ^0.3.2
flutter_email_sender: ^2.0.3
flutter_email_sender: ^3.0.1
function_types: ^0.0.2
auto_size_text: ^2.0.1
fimber: ^0.3.0