develop-polls #93
Reference in New Issue
Block a user
Delete Branch "develop-polls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue #42
develop-pollsto WIP: develop-pollsWIP: develop-pollsto develop-polls@@ -0,0 +23,4 @@@overrideFuture<Response>? request(Uri uri, Object? body, Map<String, String>? headers) {if(body is VotePollParams) {log(body.toJson().toString());log?
@@ -0,0 +16,4 @@@overrideGetPollStateResponse assemble(String raw) {log(raw);log?
@@ -300,0 +304,4 @@var pollId = int.parse(message.originalData!['object']!.id);var pollState = GetPollState(token: widget.bubbleData.token, pollId: pollId).run();showDialog(context: context, builder: (context) => AlertDialog(title: Text(message.originalData!['object']!.name, textScaler: TextScaler.linear(0.9), overflow: TextOverflow.ellipsis),ist der scale an andern stellen auch so präsent?
@@ -0,0 +22,4 @@var optionId = widget.pollData.options.indexOf(option);var votedSelf = widget.pollData.votedSelf.contains(optionId);var portionsVisible = widget.pollData.votes is Map<String, dynamic>;var votes = !portionsVisible ? 0format ist komisch