update dependencies and bump version to 0.1.7+45
- Bump version to `0.1.7+45` and update SDK constraint to `>=3.8.0 <4.0.0`. - Update numerous dependencies
This commit is contained in:
@@ -7,10 +7,10 @@ part of 'fileSettings.dart';
|
||||
// **************************************************************************
|
||||
|
||||
FileSettings _$FileSettingsFromJson(Map<String, dynamic> json) => FileSettings(
|
||||
sortFoldersToTop: json['sortFoldersToTop'] as bool,
|
||||
ascending: json['ascending'] as bool,
|
||||
sortBy: $enumDecode(_$SortOptionEnumMap, json['sortBy']),
|
||||
);
|
||||
sortFoldersToTop: json['sortFoldersToTop'] as bool,
|
||||
ascending: json['ascending'] as bool,
|
||||
sortBy: $enumDecode(_$SortOptionEnumMap, json['sortBy']),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$FileSettingsToJson(FileSettings instance) =>
|
||||
<String, dynamic>{
|
||||
|
||||
Reference in New Issue
Block a user