Brett Morgan
83d3ea99f0
`web/github_dataviz`: Migrate to null safety ( #919 )
3 years ago
Brett Morgan
8932e60976
`web/charts`: Migrate to null safety ( #921 )
3 years ago
Brett Morgan
d14e79b833
`filipino_cuisine`: migrate to null safety ( #920 )
3 years ago
Brett Morgan
2d9ba2f9eb
`web/chart`: fix sample ( #909 )
3 years ago
Brett Morgan
0fe216a1cf
Make the URL for the data JSON file absolute. ( #902 )
...
* Make the URL for the data JSON file absolute.
* dart format
3 years ago
Brett Morgan
3914822ecb
Update `slide_puzzle` ( #900 )
3 years ago
Brett Morgan
583457dc75
Drop author from pubspecs, organise imports ( #899 )
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
John Ryan
a46327ef80
Fix <base href="/"> tags in hosted samples, if required. ( #867 )
...
* Fix <base href="/"> tags in hosted samples, if required.
* add trailing slash
3 years ago
Michael Thomsen
ba58407a26
Update samples.yaml ( #866 )
3 years ago
John Ryan
1818925286
Add navigation_and_routing sample to visual sample index ( #863 )
3 years ago
John Ryan
7de8fafcee
Fix sample index deployment action ( #862 )
...
* Update sample index dependencies
* Update to tuneup 0.3.8, update dependencies
* Upgrade to null safety, lock sass version
* fix analyzer warnings
* Fix unit tests
* Fix issues from upgrading to null safety
3 years ago
Arash
52fa15609c
Update samples.yaml ( #855 )
...
Fix incorrect URL source of Platform View Swift sample
3 years ago
John Ryan
1403e67144
Exit the sample index deployment CI script if a sub-process fails ( #847 )
3 years ago
John Ryan
ae3c4e3c47
Replace navigation_and_routing with a new sample ( #832 )
...
* move snippets into old_snippets directory
* add new navigation_and_routing sample
* add copyright headers
* Apply #827 to old_snippets/ directory and upgrade them to null safety
* Code review comments
- Move Guard class into parser.dart
- Move usage of guards from Delegate to RouteInformationParser
- Rename delegate to SimpleRouterDelegate
* clean up imports
* refactor settings screen, fix bug
* avoid conflicting paths /books/new and /books/1 - rename to book/1
* dispose fields in _BookstoreState class
* remove /books path
This was causing problems
* add comment
* Change BookstoreAuthScope and BookstoreAuthScope to InheritedNotifier
* fix warnings
* Make the initial route configurable, set to '/signin'
* Enable deep linking
https://flutter.dev/docs/development/ui/navigation/deep-linking
* use path URL strategy on the web.
* remove TODO, add comment
3 years ago
Brett Morgan
a405fc4a9d
Update the dependencies ( #815 )
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
3 years ago
John Ryan
b00ac891fa
update slide_puzzle to latest master ( #802 )
3 years ago
John Ryan
3f5ab56485
Add workflow to deploy the sample index ( #791 )
...
* Add workflow to build and deploy the sample index
* update gh-pages action
* fix yaml
* create web/ directory in build
* grammar
* add ignored directories
* revert pubspec.lock files
* add job to run _tool/verify_samples.dart
* Update filipino_cuisine for Flutter 2
* remove timeflow demo.
The unnamed List constructor is now deprecated, refactoring
this code to use add() requires more knowledge about the code for
this demo.
https://dart.dev/null-safety/understanding-null-safety#no-unnamed-list-constructor
* update slide_puzzle
* ensure stable channel is used to verify
* move verify web demos action into separate yaml file - avoid running
on each flutter version.
* add on: pull_request
* update slide_puzzle
* Update gh-pages.yml
* Add copyright header
4 years ago
Tushar Ojha
51ebc7e0bf
Updated readme for web ( #754 )
4 years ago
Utkarsh Shendge
f3d32771c8
Update link ( #709 )
4 years ago
John Ryan
241e2c1b26
Fix cookbook scraper bugs and re-run ( #697 )
...
* fix path separator bug in cookbook scraper
* update lockfiles
* add category to image name to avoid conflicts
e.g.
testing/integration/introduction
testing/widget/introduction
* fix form_app symlink
* remove webimages directory
* remove vision_challenge
vision_challenge doesn't build on the dev channel
* update pubspec.yaml in _tool and form_app
4 years ago
Kevin Moore
c8a2327f5f
Fix demo link ( #700 )
4 years ago
Udit Singh
f628602f2a
[samples_index] Update samples.yaml added samples. ( #604 )
...
* Add infinite_list,
ios_app_clip and testing_app to Sample Index
* Add infinite_list and ios_app_clip and testing_app
Images
Co-authored-by: Udit singh <Udit-singh@users.noreply.github.com>
4 years ago
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
4 years ago
Sashika Nawarathne
60c5cf97eb
Fix carousel alignment issue ( #691 )
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
4 years ago
Sashika Nawarathne
d1b054cb02
[samples_index] Fix carousel edge cases and make mobile responsive ( #608 )
...
* Fix carousel ui issues
* Update carousel to be mobile responsive
4 years ago
Sashika Nawarathne
c60f02d7c3
Implement carousel ( #605 )
...
Add type declaration
4 years ago
John Ryan
1d33b3dcf7
add visual samples index tests to CI ( #597 )
4 years ago
Sashika Nawarathne
a0d314bf5e
Add type param filter ( #596 )
...
Format code
Add match by type tests
4 years ago
John Ryan
2236f122b4
Add web support to place_tracker ( #550 )
...
* enable web for place_tracker
* add place_tracker symlink
* add generated_plugin_registrant.dart
* update google_maps_flutter_web to fix pins not showing
* add place_tracker to peanut.yaml
* upgrade place_tracker dep
* use a 32 pixel square
* Apply zoom to selected category when the PlaceMapState updates. This fixes a grey screen issue in web, after saving a place.
* pub upgrade
* run pub upgrade
* use published versions of packages
* remove lib/generated_plugin_registrant.dart
* add newline
* add web API key to README
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
4 years ago
Brett Morgan
d88f131982
flutter pub upgrade ( #524 )
4 years ago
John Ryan
34757d8aac
Add web_dashboard and form_app to sample index ( #506 )
...
* add web_dashboard and form_app to web/ via symlinks
* update samples.yaml, add images
* fix web/readme.md instructions
* remove dependency on package:resource
4 years ago
John Ryan
a94342d199
Fix filipino cuisine ( #468 )
...
* update filipino cuisine to match hosted JSON
https://filipino-cuisine-app.firebaseio.com/data.json must have
changed recently
* use local version of data.json in filipino_cuisine app
* remove unknown JSON keys
4 years ago
John Ryan
8fbe1d6366
Run full sample index build when running peanut ( #456 )
...
The previous `build-release` task doesn't generate the index file.
4 years ago
mariamhas
c537c3b818
Add dice sample ( #454 )
...
* add dice sample image
* Update samples.yaml
4 years ago
John Ryan
7e4cb0fb56
change slide_puzzle to a submodule ( #441 )
...
* change slide_puzzle to a submodule
* use HTTPS
5 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
John Ryan
14b9a8c4c4
Flutter 1.17 updates ( #432 )
...
* Material text theme updates & flutter pub upgrade (#411 )
* Beta channel updates (#412 )
* fix deprecated usages in provider_shopper - beta channel
* fix deprecated usages in animations - beta channel
* fix deprecated usages in provider_counter - beta
* Updates additional samples for beta release (#416 )
* use headline6 instead of title
* fix another title -> headline6
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com>
5 years ago
Pierre-Louis
27198ad733
Update Flutter Gallery link ( #429 )
5 years ago
John Ryan
9a464fad00
update slide_puzzle ( #420 )
...
* update slide_puzzle
* run createThumbnails before build-release grind task
* add license headers
5 years ago
John Ryan
ef0114c210
update slide_puzzle for beta channel ( #419 )
...
includes PR: https://github.com/kevmoo/slide_puzzle/pull/5
5 years ago
John Ryan
8763d754ad
Add thumbnail images to VSI ( #415 )
...
* add thumbnail image generation
improves page load from 41.7 MB to 7.6 MB
* remove filesCreated set - thumbnails for each image are generated.
* set package:image version in pubspec
* Update grind.dart
5 years ago
Govind Dixit
ff924ef6cb
fix timeflow broken link ( #407 )
5 years ago
John Ryan
a165fb98ad
update samples_index UX ( #371 )
...
- Use Google Sans
- add brand colors
- adjust spacing on elements
- align MDC Chips to spec
- update type labels to spec
5 years ago
John Ryan
0a5a5109de
Add samples index ( #359 )
...
* add samples_index to web/ directory
Co-authored-by: Thea Flowers <theaflowers@google.com>
* add pub_get.dart script
* build sample index in peanut post build
* re-generate sample index with web demos
* print more details in peanut_post_build.dart
* add images for demos
* run generator
* update README
* add animations and provider shopper as symlinks
* add links to symlinked web demos
* use relative paths
* update cookbook images, urls, and description CSS
* use relative URL for navbar link
* unstage HTML files
* .gitignore generated HTML files
* add margin to toolbar
* rename escape functions
* add and update copyright headers
Co-authored-by: Thea Flowers <theaflowers@google.com>
5 years ago
Kevin Moore
a1998e6186
Remove web/dad_jokes ( #328 )
...
Very outdated. Out of sync with the source project
5 years ago
Kevin Moore
7c33a11a7b
web: remove spinning square demo
...
We've moved well beyond this
5 years ago
Kevin Moore
de40ba5c0a
Remove entry for gallery sample: it was removed!
5 years ago
Kevin Moore
ea0ebacb10
update committed pubspec.lock files
5 years ago
Brett Morgan
13125bc435
Scripting flutter pub upgrade ( #242 )
5 years ago
Brett Morgan
676698aa83
flutter pub upgrade ( #241 )
5 years ago
Brett Morgan
234a7f3d0d
Deleting web/gallery because the newer gallery/gallery includes web support. ( #240 )
5 years ago
Brett Morgan
d71180683c
flutter pub upgrade ( #178 )
5 years ago
Brett Morgan
73086e20c1
Beta branch fix ( #173 )
5 years ago
Ben Hagen
231a19a092
Use video_player_web ( #170 )
5 years ago
Brett Morgan
22f01ff4a6
Analysis options uplift to 1.8 ( #169 )
5 years ago
John Ryan
3d21920ba9
add deployment documentation to web/ directory ( #164 )
...
* add deployment documentation to web/ directory
* add clarification
* formatting
5 years ago
John Ryan
dd14240dab
Update flutter web samples ( #161 )
...
* update gallery and web samples
compatable with SDK version 2a576b774c:
Flutter 1.12.3-pre.38 • channel master • git@github.com:flutter/flutter.git
Framework • revision 2a576b774c (2 hours ago) • 2019-11-15 13:15:05 -0800
Engine • revision b2640d97e7
Tools • Dart 2.7.0
* add preview image
5 years ago
John Ryan
e184a46ce6
add preview image to gallery assets ( #159 )
5 years ago
John Ryan
99061705ab
re-enable web samples, fix various issues ( #156 )
...
* update peanut.yaml, slide_puzzle pubspec
* add data to web/ directory
* define github_data as an asset
* add preview image
5 years ago
John Ryan
a29853144b
Update gallery, fix Cupertino fonts by using GoogleSans instead ( #155 )
...
* Update gallery, fix Cupertino fonts
Cupertino fonts fixed by using GoogleSans instead
* remove BUILD.gn
* remove ios and android dirs from web/gallery
* remove meta/flutter_gallery.cmx
* revert provider_shopper/pubspec.lock
* remove gallery's test and tool directories
* update web/gallery README
5 years ago
Kevin Moore
7a63156650
Fix web/_tool/verify_packages
...
Fix lints in a number of samples
5 years ago
John Ryan
317d459a58
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
5 years ago
Harry Terkelsen
953715015b
web: update dependencies
5 years ago
Kevin Moore
9a536c9f08
web: updated dependencies
5 years ago
Kevin Moore
2c9314fa6f
web: update dependencies
5 years ago
Kevin Moore
3016594e5d
web: update dependencies
5 years ago
Kevin Moore
7f6d0a2775
web: cleanup description and add more original source links
5 years ago
Brett Morgan
3af5bbf125
Web charts common update ( #111 )
5 years ago
Kevin Moore
eac7833d1d
web: update dependencies
5 years ago
Kevin Moore
db963d801c
update web sample dependencies ( #112 )
5 years ago
Kevin Moore
b3ef6466fc
web: update dependencies
5 years ago
Brett Morgan
599c865629
Initial commit flutter_maps_firestore ( #93 )
5 years ago
Kevin Moore
f79f7d20b5
web: update sample dependencies
5 years ago
Kevin Moore
cfcd1d5f43
web/slide_puzzle: explicit about supported provider version
5 years ago
Kevin Moore
c78b873f7d
Revert "web: slide_puzzle - update to latest provider port"
...
Seeing an issue with generics and dart2js (or DDC)
This reverts commit 7a42263344
.
5 years ago
Kevin Moore
92b6848c3c
web/slide_puzzle: use hosted font for Plaster
5 years ago
Kevin Moore
3bad92abb6
web: dartfmt all files
5 years ago
Kevin Moore
7a42263344
web: slide_puzzle - update to latest provider port
5 years ago
Kevin Moore
3d405359c7
web: update dependencies
5 years ago
Kevin Moore
c64fd8074b
web: update dependencies
5 years ago
Kevin Moore
cf2a3b28cd
web: update dependencies
...
fix chart tests with latest SDK
5 years ago
Kevin Moore
bd5e5918d7
web: update dependencies
6 years ago
Kevin Moore
6290e253f3
web: update dependencies
6 years ago
Kevin Moore
902da5c82a
web/slide_puzzle updates
...
spelling fix
Use SingleTickerProviderStateMixin
Handle vertical constrained size
6 years ago
Kevin Moore
7a8fd19e26
web: update dependencies
6 years ago
Kevin Moore
d38dd25513
web: update dependencies
6 years ago
Kevin Moore
8b6c615a16
update flutter_web dep
6 years ago
Kevin Moore
cb5036305e
More state cleanup
6 years ago
Kevin Moore
62ffd22505
Add ValueTabController – generic feature!
6 years ago
Kevin Moore
f87c2bb577
web/slide_puzzle: more provider cleanup
6 years ago
Kevin Moore
d6d51d8b1a
web: update dependencies
6 years ago
Kevin Moore
0e50bbd6c9
slide_puzzle: use pkg:provider
6 years ago
Kevin Moore
051f5bec29
web: update dependencies
6 years ago
Kevin Moore
a18c0f1483
web: upgrade dependencies
6 years ago
Michael Thomsen
3098bf2c9a
flutter pub ( #86 )
6 years ago
Kevin Moore
18e29d8ee6
web: update dependencies
6 years ago