Andrew Brogdon
bfdc21841c
Add-to-app samples using plugin ( #152 )
5 years ago
Andrew Brogdon
64cfc2bdc7
Updated to latest embedding ( #153 )
5 years ago
Andrew Brogdon
947042d8df
Adds data transfer to Add2App samples, using caching on Android ( #146 )
5 years ago
Andrew Brogdon
f4a8247634
Maintenance updates for platform_view_swift ( #151 )
5 years ago
John Ryan
497c25b154
platform_design maintenance ( #149 )
...
* platform_design maintenance
* update maintenance table
5 years ago
John Ryan
dfba162762
jsonexample maintenance ( #150 )
...
* jsonexample maintenance
* formatting
5 years ago
Thea Flowers
74c1777b2a
touch ./animations ( #148 )
...
* 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
5 years ago
Thea Flowers
e3338726c6
Add shared analysis_options.yaml to animation samples ( #145 )
5 years ago
Andrew Brogdon
22ca7f462b
Adds new flutter module, reconfigures Android/iOS sample ( #144 )
5 years ago
Andrew Brogdon
0f3721f696
Quarterly maintenance on isolate_example ( #142 )
5 years ago
Kevin Moore
7a63156650
Fix web/_tool/verify_packages
...
Fix lints in a number of samples
5 years ago
John Ryan
f9d973e7ba
call super.dispose() in sample ( #141 )
...
closes flutter/flutter#40157
5 years ago
xster
fde7a0aefe
small random notes ( #137 )
5 years ago
Thea Flowers
4481391d39
Fix small nits with the animation samples ( #138 )
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
Andrew Brogdon
16fa475ff8
Updates for 1.9 ( #139 )
5 years ago
Jenn Magder
f955976837
Remove bitcode=NO from add-to-app flows ( #140 )
5 years ago
lisa-liao
c056b754a2
Adding Rally App to Flutter Samples ( #135 )
5 years ago
Thea Flowers
3348c2f2dd
Add helpful comments to the animation samples ( #136 )
5 years ago
Andrew Brogdon
6cda477f20
Adds an Android app to the add2app experimental sample ( #133 )
5 years ago
Andrew Brogdon
96a2cd6dda
Adds maintenance log for samples ( #132 )
5 years ago
Andrew Brogdon
44c3bfd16d
Updates Veggie Seasons for publication ( #131 )
5 years ago
John Ryan
5a81d1dc78
update animations README ( #130 )
...
* update animations README
* formatting
* formatting
* use bulleted list
5 years ago
John Ryan
f28c525127
Update add_to_app README ( #129 )
...
* Update add_to_app README
* simplify README prerequisites
* Cocoapods -> CocoaPods
5 years ago
Andrew Brogdon
cf270c32f3
Moving Shrine into a material_studies subdirectory ( #128 )
5 years ago
Andrew Brogdon
c68165e8a5
Adds add2app Flutter module and an iOS project to run it. ( #126 )
5 years ago
John Ryan
349ca7bc6f
add TweenSequence sample ( #127 )
...
* Add TweenSequence sample
* rename to TweenSequenceDemo
* add copyright headers
* remote type
* introduce animated builder earlier in basics/
so that other examples can use it
* formatting
* use async / await, increase animation duration
5 years ago
Andrew Brogdon
c2f50f31ff
Adding readme ( #125 )
5 years ago
John Ryan
b51d75966a
Add scroll physics demo ( #123 )
...
* add spring physics card demo
* fix button colors in animations project
* code review updates
* refactor method into runAnimation
* combine updateAnimation and runAnimation
* update comment
5 years ago
John Ryan
cc0c0dadd2
use fonts-noto package ( #124 )
5 years ago
Harry Terkelsen
953715015b
web: update dependencies
5 years ago
John Ryan
734b961c57
add animations basics 1-6 ( #120 )
...
* add basics
* web: update dependencies
* TransferableTypeData added (#116 )
* Updating index with new samples (#121 )
* use arrow functions
* remove newline
* use verbs: random*() -> generate*()
* remove <Widget>[] type annotation on lists
* use raised button
* _route() => _createRoute()
* add parameter names to pageBuilder
* use the text theme's display1 for large text
* dispose animation controllers before calling super()
* remove local var
* use raised buttons instead of material buttons
* web: updated dependencies
* Added new test scripts (#122 )
* add carousel, card_swipe, and focus_image samples (#119 )
* add carousel, card_swipe, and focus_image samples
* fix image assets
* fix more asset images
* add repeating animation
* fix import
* add copyright headers
* remove Center widget
* imageAssetName
* use ClipRect, refactor _SwipeableCardState
* use offset.zero
* add comments
* remove reference to coverflow package
* change spread to toList()
* refactor coverflow sample
don't set width and height
use const
data -> images
* return widget directly, fix formatting
* inline transitionsBuilder
* image -> imageAssetName
* _rectTween() => _createTween()
* _expandToPageRoute -> _createRoute
* move non-updating widgets out of AnimatedBuilder
* code review updates to animations demos
5 years ago
John Ryan
4966440a29
add carousel, card_swipe, and focus_image samples ( #119 )
...
* add carousel, card_swipe, and focus_image samples
* fix image assets
* fix more asset images
* add repeating animation
* fix import
* add copyright headers
* remove Center widget
* imageAssetName
* use ClipRect, refactor _SwipeableCardState
* use offset.zero
* add comments
* remove reference to coverflow package
* change spread to toList()
* refactor coverflow sample
don't set width and height
use const
data -> images
* return widget directly, fix formatting
* inline transitionsBuilder
* image -> imageAssetName
* _rectTween() => _createTween()
* _expandToPageRoute -> _createRoute
* move non-updating widgets out of AnimatedBuilder
* code review updates to animations demos
5 years ago
Andrew Brogdon
8e4d8c138b
Added new test scripts ( #122 )
5 years ago
Kevin Moore
9a536c9f08
web: updated dependencies
5 years ago
Andrew Brogdon
d1e27d60c5
Updating index with new samples ( #121 )
5 years ago
Branden Taylor
479d12e1df
TransferableTypeData added ( #116 )
5 years ago
Kevin Moore
2c9314fa6f
web: update dependencies
5 years ago
John Ryan
2d42fcfd31
Add animation samples ( #118 )
...
* initialize animations sample project
* add two demos, set up routing
* clean up expand_card demo
* update README
* clean up expand_card demo
* dartfmt
* update comment
* address code review comments
* swap AnimatedContainer and AnimatedCrossFade
* use AnimatedSwitcher instead of AnimatedCrossFade
* Revert "use AnimatedSwitcher instead of AnimatedCrossFade"
This reverts commit e112e02549
.
* rename expanded -> selected
* use Dart 2.4.0 constraint
* update README
* address code review comments
update images
add curves to expand_card
update pubspec.lock
* add @override annotation
* add animations project to travis script
* add empty test for travis
* add copyright notice to animations/ project
5 years ago
Filip Hracek
086a77b1b8
Add provider_shopper ( #87 )
...
This is the code for the sample at https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple .
5 years ago
Kevin Moore
3016594e5d
web: update dependencies
5 years ago
Branden Taylor
d64d9b90e3
Updated README.md file ( #115 )
5 years ago
Andrew Brogdon
920be284c1
Updating channels on which travis tests ( #117 )
5 years ago
Branden Taylor
34894861ac
Page two bug fix ( #114 )
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
Branden Taylor
52efc7cfd6
Page three data transfer ( #105 )
5 years ago
Andrew Brogdon
3d40fa9fb2
Tweaked pubspecs, linted. ( #113 )
5 years ago
Kevin Moore
db963d801c
update web sample dependencies ( #112 )
5 years ago