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
@ -11,8 +11,7 @@ class PrivacyInfo {
|
||||
PrivacyInfo({required this.providerText, required this.imprintUrl, required this.privacyUrl});
|
||||
|
||||
void showPopup(BuildContext context) {
|
||||
showDialog(context: context, builder: (context) {
|
||||
return SimpleDialog(
|
||||
showDialog(context: context, builder: (context) => SimpleDialog(
|
||||
title: Text('Betreiberinformation | $providerText'),
|
||||
children: [
|
||||
ListTile(
|
||||
@ -28,7 +27,6 @@ class PrivacyInfo {
|
||||
onTap: () => ConfirmDialog.openBrowser(context, privacyUrl),
|
||||
),
|
||||
],
|
||||
);
|
||||
});
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user