Skip to content

Commit 317d459

Browse files
authored
Update web/ samples to work with Flutter SDK (#134)
* add package:http dependency in dad_jokes * add package:http dependency in filipino_cuisine * don't build package:http demos until flutter/flutter#34858 is resolved * update gallery * update github_dataviz * update particle_background * don't build github_dataviz (uses package:http) * update slide_puzzle * update spinning_square * update timeflow * update vision_challenge * update charts * update dad_jokes * update filipino cuisine * ignore build output * update timeflow and vision_challenge * update slide_puzzle * don't commit build/ directory * move preview.png images to assets * fix path url join * update readme * update web/readme.md
1 parent 16fa475 commit 317d459

File tree

746 files changed

+14573
-61576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

746 files changed

+14573
-61576
lines changed

web/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
!**/pubspec.lock
2+
*/build

web/_tool/peanut_post_build.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class _Demo {
110110
String get html => '''
111111
<div>
112112
<a href='$buildDir'>
113-
<img src='${p.url.join(buildDir, 'preview.png')}' width="300" alt="$name">
113+
<img src='${p.url.join(buildDir, 'assets/assets/preview.png')}' width="300" alt="$name">
114114
</a>
115115
<a class='demo-title' href='$buildDir'>$name</a>
116116
<div>
File renamed without changes.
File renamed without changes.

web/charts/common/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/charts/common/CHANGELOG.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

web/charts/common/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

web/charts/common/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

web/charts/common/analysis_options.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)