Directories:
animations/web
provider_shopper/web
charts/web
filipino_cuisine/web
github_dataviz/web
particle_background/web
slide_puzzle/web
timeflow/web
form_app/web
web_dashboard/web
place_tracker/web
Branch: run-cookbook-scraper
Commit: 5ced85b7eb (dirty)
package:peanut 3.5.1
pull/1235/head
@ -0,0 +1,65 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Flutter samples</title>
|
||||
<link href="styles.css" rel="stylesheet" media="screen">
|
||||
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Google+Sans+Display|Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="packages/mdc_web/material-components-web.min.js"></script>
|
||||
<script src="https://kit.fontawesome.com/16cc04762e.js"></script>
|
||||
<script defer src="description.dart.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="navbar">
|
||||
<a class="leading" href="./">
|
||||
<img src="images/logos/logo_lockup_flutter_horizontal_wht_96.png" />
|
||||
<span class="title">Samples</span>
|
||||
</a>
|
||||
<div class="nav-items">
|
||||
<a href="https://flutter.dev/">Flutter Home</a>
|
||||
<a href="https://api.flutter.dev/">API Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="description-title-row">
|
||||
<h1>Delete data on the internet</h1>
|
||||
<div class="type-label type-label-bordered">cookbook</div>
|
||||
</div>
|
||||
<p>By Flutter</p>
|
||||
<div class="toolbar">
|
||||
<div class="buttons">
|
||||
<button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'https://flutter.dev/docs/cookbook/networking/delete-data.html';"> <span class="mdc-button__ripple"></span>View Recipe</button>
|
||||
</div>
|
||||
<div class="tags-container">
|
||||
<div class="tags-label">
|
||||
<i class="material-icons">local_offer</i>
|
||||
<span>Tags</span>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<a href="./#?search=tag%3Acookbook">cookbook</a>
|
||||
<a href="./#?search=tag%3Anetworking">networking</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-container">
|
||||
<div class="slider-content">
|
||||
<div class="slider-single"><img class="slider-single-image" src="images/cookbook/networking-delete-data.png" alt="Cookbook article" /></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="description">
|
||||
<p>This recipe covers how to delete data over
|
||||
the internet using the http package.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<div class="footer">
|
||||
<span>© Flutter 2020</span>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
@ -0,0 +1,70 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Flutter samples</title>
|
||||
<link href="styles.css" rel="stylesheet" media="screen">
|
||||
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Google+Sans+Display|Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="packages/mdc_web/material-components-web.min.js"></script>
|
||||
<script src="https://kit.fontawesome.com/16cc04762e.js"></script>
|
||||
<script defer src="description.dart.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="navbar">
|
||||
<a class="leading" href="./">
|
||||
<img src="images/logos/logo_lockup_flutter_horizontal_wht_96.png" />
|
||||
<span class="title">Samples</span>
|
||||
</a>
|
||||
<div class="nav-items">
|
||||
<a href="https://flutter.dev/">Flutter Home</a>
|
||||
<a href="https://api.flutter.dev/">API Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="description-title-row">
|
||||
<h1>IOS App Clip</h1>
|
||||
<div class="type-label type-label-bordered">sample</div>
|
||||
</div>
|
||||
<p>By Flutter</p>
|
||||
<div class="toolbar">
|
||||
<div class="buttons">
|
||||
<button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'https://github.com/flutter/samples/tree/master/ios_app_clip';">
|
||||
<div class="mdc-button__ripple"></div>
|
||||
<i class="material-icons mdc-button__icon" aria-hidden="true">code</i>
|
||||
<span class="mdc-button__label">Source Code</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="tags-container">
|
||||
<div class="tags-label">
|
||||
<i class="material-icons">local_offer</i>
|
||||
<span>Tags</span>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<a href="./#?search=tag%3Asample">sample</a>
|
||||
<a href="./#?search=tag%3ADevice Info">Device Info</a>
|
||||
<a href="./#?search=tag%3Aios">ios</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="slider-container">
|
||||
<div class="slider-content">
|
||||
<div class="slider-single"><img class="slider-single-image" src="images/ios_app_clip.png" alt="IOS App Clip screenshot" /></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="description">
|
||||
<p>A Flutter sample app that shows the demonstrating integration with iOS 14's App Clip, the App Clip target is rendered by Flutter and uses a plugin.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<div class="footer">
|
||||
<span>© Flutter 2020</span>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 498 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 408 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 432 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 429 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 438 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 445 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 428 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 443 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 435 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 377 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 418 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 468 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 397 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 475 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 389 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 439 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 389 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 374 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 404 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 406 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 444 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 479 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 436 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 341 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 471 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 405 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 349 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 401 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 402 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 496 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 416 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 436 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 480 KiB |