Miguel Beltran
|
4ef8daffb6
|
Migrate animations to go_router (#1521)
|
2022-12-13 19:26:09 +11:00 |
|
Brett Morgan
|
58bc5d7a58
|
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key`
* `flutter format`
|
2022-05-13 12:31:56 -07:00 |
|
Brett Morgan
|
ccd68f34e2
|
Beta (#1234)
|
2022-05-11 12:48:11 -07:00 |
|
Brett Morgan
|
b1a49c0afb
|
Adjust animations lint rules (#814)
|
2021-06-07 16:00:06 -07:00 |
|
Brett Morgan
|
936d1fdaae
|
Upgrading samples to flutter_lints, part 1 of n (#804)
|
2021-06-05 12:24:28 +10:00 |
|
Alabhya
|
e940d54618
|
Added title (#614)
|
2020-12-14 22:01:15 -08:00 |
|
Brett Morgan
|
baa1f976b2
|
Samples maintenance (#435)
|
2020-05-13 09:18:26 +10:00 |
|
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
|
2019-07-29 09:23:04 -07:00 |
|
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
|
2019-07-29 09:11:03 -07:00 |
|
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
|
2019-07-23 15:51:57 -07:00 |
|