mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 14:09:04 +08:00
update: 标准化代码.
This commit is contained in:
1
lib/page_demo_package/.demo.json
Normal file
1
lib/page_demo_package/.demo.json
Normal file
@ -0,0 +1 @@
|
||||
[]
|
@ -1,6 +1,3 @@
|
||||
import 'button_red_sanfan_70c429df_c27d_4843_8e28_1e6885c9276b/index.dart' as ButtonRedSanfan70c429dfc27d48438e281e6885c9276b;
|
||||
|
||||
|
||||
var demoObjects = {
|
||||
'70c429df-c27d-4843-8e28-1e6885c9276b': ButtonRedSanfan70c429dfc27d48438e281e6885c9276b.demoWidgets
|
||||
var demoObjects = {
|
||||
|
||||
};
|
@ -6,4 +6,12 @@
|
||||
"email": "sanfan.hx@alibaba-inc.com",
|
||||
"desc": "desc",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
1
lib/standard_pages/.pages.json
Normal file
1
lib/standard_pages/.pages.json
Normal file
@ -0,0 +1 @@
|
||||
[]
|
@ -1,20 +1,10 @@
|
||||
//
|
||||
// Created with Android Studio.
|
||||
// User: 三帆
|
||||
// Date: 25/05/2019
|
||||
// Time: 21:23
|
||||
// email: sanfan.hx@alibaba-inc.com
|
||||
// target: 该文件用在打包后的代码中.日常开发的时候, 获取markdown不走该目录
|
||||
//
|
||||
import 'package:flutter/material.dart';
|
||||
import 'page1_hanxu_172ba42f_0520_401e_b568_ba7f7f6835e4/index.dart' as page1_hanxu_172ba42f_0520_401e_b568_ba7f7f6835e4;
|
||||
|
||||
|
||||
class StandardPages {
|
||||
Map<String, String> standardPages;
|
||||
Map<String, String> getPages() {
|
||||
return {
|
||||
'page1_hanxu_172ba42f_0520_401e_b568_ba7f7f6835e4': page1_hanxu_172ba42f_0520_401e_b568_ba7f7f6835e4.stringMd
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user