|
|
@ -188,7 +188,6 @@ String _tocTemplate(Iterable<_Demo> items) => '''
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<h2><a href='https://github.com/flutter/flutter_web'>Flutter for web</a> samples</h2>
|
|
|
|
<h2><a href='https://github.com/flutter/flutter_web'>Flutter for web</a> samples</h2>
|
|
|
|
<a href='https://github.com/flutter/samples/tree/master/web'>Sample source code</a>
|
|
|
|
<a href='https://github.com/flutter/samples/tree/master/web'>Sample source code</a>
|
|
|
@ -196,7 +195,6 @@ String _tocTemplate(Iterable<_Demo> items) => '''
|
|
|
|
$_itemsReplace
|
|
|
|
$_itemsReplace
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
.replaceAll(_itemsReplace, _indent(items.map((d) => d.html).join('\n'), 4));
|
|
|
|
.replaceAll(_itemsReplace, _indent(items.map((d) => d.html).join('\n'), 4));
|
|
|
|