From aceb65720df0fa5eba75e33bf3a8f7368ce24a3f Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko Date: Sun, 6 Jun 2021 18:26:59 +0300 Subject: [PATCH] Add Midas sample twitter link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af29f4..37d38de 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ I would highly recommend to review the [sample](https://github.com/olexale/arkit | Check configuration | Shows which kinds of AR configuration are supported on the device | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/check_support_page.dart)| | | Earth | Sphere with an image texture and rotation animation. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/earth_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1118441432707149824) | | Tap | Sphere which handles tap event. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/tap_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1118441432707149824) | -| Midas | Turns walls, floor, and Earth itself into gold by tap. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/midas_page.dart) | | +| Midas | Turns walls, floor, and Earth itself into gold by tap. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/midas_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1401561106552967173) | | Plane Detection | Detects horizontal plane. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/plane_detection_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1118870195743883266) | | Distance tracking | Detects horizontal plane and track distance on it. | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/distance_tracking_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1121022506180149248) | | Measure | Measures distances | [code](https://github.com/olexale/arkit_flutter_plugin/blob/master/example/lib/measure_page.dart) | [twitter](https://twitter.com/OlexaLe/status/1121022506180149248) |