mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
small example tweak
This commit is contained in:
@@ -188,7 +188,6 @@ String _tocTemplate(Iterable<_Demo> items) => '''
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<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>
|
||||
@@ -196,7 +195,6 @@ String _tocTemplate(Iterable<_Demo> items) => '''
|
||||
$_itemsReplace
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
'''
|
||||
.replaceAll(_itemsReplace, _indent(items.map((d) => d.html).join('\n'), 4));
|
||||
|
||||
Reference in New Issue
Block a user