WIP: android/ios-adaption feature, markdown, and augment #6

Draft
Juan wants to merge 35 commits from android-adaption into main
2 changed files with 0 additions and 5 deletions
Showing only changes of commit 4177e29e8b - Show all commits

View File

@ -31,8 +31,6 @@ class EmailListScreen extends StatelessWidget {
onTap: () async {
List<String> emailContent = // list of the html
await getEmailContent(email.messages, folder);
// print("this is what email.messages look like in email.dart ${email.messages}");
// List<String> emailIds = email.messages;
print(email.messages); //email ids of the thread
Navigator.push(

View File

@ -2,12 +2,9 @@ import 'package:crab_ui/sonicEmailView.dart';
import 'folder_drawer.dart';
import 'structs.dart';
// import 'package:flutter/widgets.dart';
import 'api_service.dart';
import 'package:flutter/material.dart';
import 'email.dart';
// import 'package:shared_preferences/shared_preferences.dart';
// import 'serialize.dart';
class HomeScreen extends StatefulWidget {
@override