updated project style guidelines
This commit is contained in:
analysis_options.yamloverhang.dart
lib
api
apiError.dartapiParams.dartapiRequest.dartapiResponse.dartmhslApi.dartrequestCache.dart
app.dartholidays
marianumcloud
autocomplete
files-sharing
talk
chat
createRoom
deleteMessage
deleteReactMessage
getParticipants
getReactions
leaveRoom
reactMessage
room
sendMessage
setFavorite
setReadMarker
talkApi.darttalkError.dartwebdav
mhsl
breaker
customTimetableEvent
add
customTimetableEvent.dartget
getCustomTimetableEvent.dartgetCustomTimetableEventCache.dartgetCustomTimetableEventParams.dartgetCustomTimetableEventResponse.dart
remove
update
message
getMessages
notify
server
feedback
userIndex
webuntis
extensions
main.dartmodel
accountData.dartaccountModel.dart
breakers
chatList
dataCleaner.dartdataHolder.dartendpointData.dartfiles
holidays
message
timetable
notification
storage
base
devTools
file
fileView
gradeAverages
holidays
notification
talk
timetable
theming
view
login
pages
files
more
feedback
holidays
message
roomplan
share
talk
chatDetails
chatList.dartchatView.dartcomponents
joinChat.dartmessageReactions.dartsearchChat.darttalkNavigator.darttimetable
settings
widget
@ -16,7 +16,7 @@ class AddCustomTimetableEvent extends MhslApi<void> {
|
||||
|
||||
@override
|
||||
Future<Response>? request(Uri uri) {
|
||||
String body = jsonEncode(params.toJson());
|
||||
var body = jsonEncode(params.toJson());
|
||||
return http.post(uri, body: body);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ class AddCustomTimetableEventParams {
|
||||
|
||||
factory AddCustomTimetableEventParams.fromJson(Map<String, dynamic> json) => _$AddCustomTimetableEventParamsFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$AddCustomTimetableEventParamsToJson(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user