[change dart SDK version to >=2.17.0] update drive icon and mobile style

This commit is contained in:
csf
2022-10-20 10:31:31 +09:00
parent 9623123e9f
commit bab826e9a3
6 changed files with 106 additions and 40 deletions

View File

@@ -9,7 +9,18 @@ import 'package:path/path.dart' as path;
import 'model.dart';
import 'platform_model.dart';
enum SortBy { name, type, modified, size }
enum SortBy {
name,
type,
modified,
size;
@override
String toString() {
final str = this.name.toString();
return "${str[0].toUpperCase()}${str.substring(1)}";
}
}
class FileModel extends ChangeNotifier {
/// mobile, current selected page show on mobile screen