tools/flutter_extract.php wip_alan_T5829_Messing_around_with_flutter_API
authorAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:53:15 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:53:15 +0000 (15:53 +0800)
tools/flutter_extract.php

index cfd5fcc..0303810 100644 (file)
@@ -35,4 +35,9 @@ class Param {
     var $desc = '';
     var $isOptional = true;
 }
-      
\ No newline at end of file
+
+
+
+$fdir = '/home/alan/Downloads/flutterdocs/flutter/';
+$js = json_decode(file_get_contents($fdir.'index.json'));
+print_r($js);exit;
\ No newline at end of file