Prep for new Release

TODO: add a way to edit the filename
This commit is contained in:
Prerak Mann
2019-08-12 00:03:47 +05:30
parent 73ab07452c
commit 4d666c42a5
11 changed files with 489 additions and 453 deletions

View File

@@ -160,7 +160,7 @@ class _MyBodyState extends State<Body> {
onPressed: () async {
String a = Random().nextInt(100).toString();
showSnackbar("Sending $a to $cId");
Nearby().sendPayload(cId, Uint8List.fromList(a.codeUnits));
Nearby().sendBytesPayload(cId, Uint8List.fromList(a.codeUnits));
},
),
RaisedButton(