Miguel Beltran
|
715c4338f6
|
adding more named and explicit imports (#1909)
|
3 years ago |
Brett Morgan
|
4b6a23dd68
|
`animations`: Add `flutter_animate` (#1681)
|
3 years ago |
Brett Morgan
|
b52d7f7744
|
Tidyup `animations` sample (#1672)
* Tidyup
* Drop `flutterAnimateDemos`
|
3 years ago |
Miguel Beltran
|
de6e27001e
|
Enable Material 3 on Animations sample (#1605)
|
3 years ago |
Miguel Beltran
|
4ef8daffb6
|
Migrate animations to go_router (#1521)
|
3 years ago |
Brett Morgan
|
9d8aa333ee
|
Update for Material changes & run rebuild scripts (#1412)
|
3 years ago |
Brett Morgan
|
58bc5d7a58
|
Deps update, utilize `super.key` (#1265)
* Deps update, utilize `super.key`
* `flutter format`
|
4 years ago |
Brett Morgan
|
ccd68f34e2
|
Beta (#1234)
|
4 years ago |
Jonas Cerqueira Junior
|
ec140beda1
|
Enable mouse scrolling on Carousel sample (#965)
* Enable mouse scrollBehavior on carousel sample
Overriding PageVeiw scrollBehavior , adding PointerDeviceKind.mouse as a dragDevice
* Flutter format
|
4 years ago |
Andrew Brogdon
|
664b63c03c
|
Updates for 2.8! (#961)
|
4 years ago |
Ahmed Ashour
|
29339b8334
|
Remove unneeded types (#949)
|
4 years ago |
Andrew Brogdon
|
4cac0e6661
|
Lands beta branch into master for 2.5 (#895)
|
4 years ago |
Brett Morgan
|
b1a49c0afb
|
Adjust animations lint rules (#814)
|
5 years ago |
Brett Morgan
|
936d1fdaae
|
Upgrading samples to flutter_lints, part 1 of n (#804)
|
5 years ago |
Andrew Brogdon
|
8c1cd0b049
|
Landing beta changes in master for the new stable release (#747)
|
5 years ago |
Brett Morgan
|
622e8d55d3
|
Migrate to the New Material Buttons (#668)
|
5 years ago |
Alabhya
|
e940d54618
|
Added title (#614)
|
5 years ago |
Alabhya
|
0264184a2c
|
[animation] Replaced depricated property(overflow) with new one(clipBehavior) (#607)
|
5 years ago |
Mohak Shrivastava
|
850eff6330
|
add remove-button (#545)
|
5 years ago |
Brett Morgan
|
baa1f976b2
|
Samples maintenance (#435)
|
6 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>
|
6 years ago |
Andrew Brogdon
|
c7f5030079
|
Moved two animation vignettes into misc. (#425)
|
6 years ago |
Ayush Kumar Shaw
|
ed284c78bd
|
Added CurvedAnimation Sample (#385)
|
6 years ago |
Ayush Bherwani
|
f8e3d391f3
|
Added more examples in animations (#341)
|
6 years ago |
Jaideep Prasad
|
b1a4a24f64
|
[animations] new animation sample: Hero Animation Demo (#364)
|
6 years ago |
Andrew Brogdon
|
1289227832
|
Moving animated list sample (#366)
|
6 years ago |
Matt Sullivan
|
f2ca77008a
|
Updated spring animation example (#158)
|
6 years ago |
Thea Flowers
|
e3338726c6
|
Add shared analysis_options.yaml to animation samples (#145)
|
6 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
|
6 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
|
6 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
|
6 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
|
7 years ago |