mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
* Update project structure using flutter create and remove unused tests * Small updates to main.dart * Update maintenance.md * Add missing newline * Add rudimentary test * Apply formatting
11 lines
183 B
HTML
11 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>animations</title>
|
|
</head>
|
|
<body>
|
|
<script src="main.dart.js" type="application/javascript"></script>
|
|
</body>
|
|
</html>
|