mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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",
|
"Hey!\n\nI found a bug in GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform",
|
||||||
subject: 'GitJournal Bug',
|
subject: 'GitJournal Bug',
|
||||||
recipients: ['bugs@gitjournal.io'],
|
recipients: ['bugs@gitjournal.io'],
|
||||||
attachmentPath: appLogsFilePath,
|
attachmentPaths: [appLogsFilePath],
|
||||||
);
|
);
|
||||||
|
|
||||||
await FlutterEmailSender.send(email);
|
await FlutterEmailSender.send(email);
|
||||||
|
@ -257,7 +257,7 @@ packages:
|
|||||||
name: flutter_email_sender
|
name: flutter_email_sender
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.2"
|
version: "3.0.1"
|
||||||
flutter_emoji:
|
flutter_emoji:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -23,7 +23,7 @@ dependencies:
|
|||||||
launch_review: ^2.0.0
|
launch_review: ^2.0.0
|
||||||
device_info: ^0.4.1+4
|
device_info: ^0.4.1+4
|
||||||
flutter_markdown: ^0.3.2
|
flutter_markdown: ^0.3.2
|
||||||
flutter_email_sender: ^2.0.3
|
flutter_email_sender: ^3.0.1
|
||||||
function_types: ^0.0.2
|
function_types: ^0.0.2
|
||||||
auto_size_text: ^2.0.1
|
auto_size_text: ^2.0.1
|
||||||
fimber: ^0.3.0
|
fimber: ^0.3.0
|
||||||
|
Reference in New Issue
Block a user