Piero

Results 8 comments of Piero

Actually you can change the header this way: Import time machine patterns: `import 'package:time_machine/time_machine_text_patterns.dart';` Add this parameter on your Timetable: `dateHeaderBuilder: (_, localDate) => _dateHeader(localDate),` Finally write the widget code...

I have the same issue. Once disconnected I cannot reconnect anymore

I found a solution by myself. As mentioned [here](http://php.net/manual/en/wrappers.php.php#refsect2-wrappers.php-unknown-unknown-descriptiop) 'php://input' is not available with enctype="multipart/form-data" (which is the one used by the function pushLogs). This is a bit frustating, as...

Actually the detections are doubled: with two faces I get 4 detections

Scanning QR codes doesn't work on emulator (I guess because I'm using a system image WITHOUT Play Services), but WORKS on real device.

I fixed doing a `flutter clean` and then `pod install`

I had the same problem. Fixed adding a function to my local copy of webcam-easy.js Added this function: ``` set selectedDeviceId(value) { this._selectedDeviceId = value; } ``` I call that...

I've attached the FBX (renamed to .png otherwise I can't upload here) I've used the import of [sceneform assets](https://developers.google.com/sceneform/develop/import-assets). ![hat fbx](https://user-images.githubusercontent.com/35732152/86608508-effe7e00-bfaa-11ea-8bf3-d756fff0f82a.png)