mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
Update flutter_email_sender
This commit is contained in:
@ -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);
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user