mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.5 KiB
48 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Examples</title>
|
|
<meta name="generator" content="https://pub.dev/packages/peanut">
|
|
<style>
|
|
html, body { height: 100%; }
|
|
#root {
|
|
display: flex;
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
height: 100%;
|
|
max-height: 1000px;
|
|
}
|
|
#toc {
|
|
display: block;
|
|
align-self: center;
|
|
margin: 2ex;
|
|
}
|
|
iframe {
|
|
flex-grow: 1;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: lightgray;
|
|
align-self: stretch;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id='root'>
|
|
<div id="toc">
|
|
<p><a href="animations/" target="example_frame">Animations</a></p>
|
|
<p><a href="provider_shopper/" target="example_frame">Provider Shopper</a></p>
|
|
<p><a href="charts/" target="example_frame">Charts</a></p>
|
|
<p><a href="filipino_cuisine/" target="example_frame">Filipino Cuisine</a></p>
|
|
<p><a href="github_dataviz/" target="example_frame">Github Dataviz</a></p>
|
|
<p><a href="particle_background/" target="example_frame">Particle Background</a></p>
|
|
<p><a href="slide_puzzle/" target="example_frame">Slide Puzzle</a></p>
|
|
<p><a href="timeflow/" target="example_frame">Timeflow</a></p>
|
|
<p><a href="vision_challenge/" target="example_frame">Vision Challenge</a></p>
|
|
<p><a href="form_app/" target="example_frame">Form App</a></p>
|
|
<p><a href="web_dashboard/" target="example_frame">Web Dashboard</a></p>
|
|
</div>
|
|
<iframe name='example_frame'></iframe>
|
|
</div>
|
|
</body>
|
|
</html>
|