Add Contact for Peer #27

Merged
erinn merged 2 commits from peersettings into trunk 2021-03-29 22:45:16 +00:00
Owner
No description provided.
dan was assigned by sarah 2021-03-24 23:36:59 +00:00
erinn was assigned by sarah 2021-03-24 23:36:59 +00:00
sarah changed title from WIP: Add Contact for Peer to Add Contact for Peer 2021-03-25 20:28:07 +00:00
erinn approved these changes 2021-03-25 23:40:56 +00:00
@ -30,0 +57,4 @@
void _copyOnion() {
Clipboard.setData(new ClipboardData(text: Provider.of<ProfileInfoState>(context, listen: false).onion));
// TODO Toast
Owner

you might be able to do:

final snackBar = SnackBar(content: Text(AppLocalizations.of(context).whatever));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
you might be able to do: ``` final snackBar = SnackBar(content: Text(AppLocalizations.of(context).whatever)); ScaffoldMessenger.of(context).showSnackBar(snackBar); ```
dan reviewed 2021-03-26 00:15:24 +00:00
@ -0,0 +1,48 @@
import 'package:flutter/cupertino.dart';
class ErrorHandler extends ChangeNotifier {
Owner

just echoing the symantics comment from my libcwtch-go review, maybe ResponseHandler?

just echoing the symantics comment from my libcwtch-go review, maybe ResponseHandler?
dan approved these changes 2021-03-26 00:16:02 +00:00
dan left a comment
Owner

comments aside, lgtm

comments aside, lgtm
erinn merged commit 99fe2a55ab into trunk 2021-03-29 22:45:16 +00:00
Sign in to join this conversation.
No description provided.