Eric Windmill
2999d738b8
Dart 3.9 / Flutter 3.35 [first LLM release] ( #2714 )
...
I got carried away with Gemini and basically rewrote CI and the release
process for the new LLM reality. This work was largely completed by
Gemini.
- Bump all SDK versions to the current beta (3.9.0-0)
- Run `flutter channel beta`
- Wrote `ci_script.dart` to replace the bash scripts
- Converted repository to pub workspace #2499
- Added llm.md and release.md
- Added redirect for deprecated Samples Index
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
2025-08-14 12:26:24 -07:00
Eric Windmill
719fd72c38
Flutter 3.29 beta ( #2571 )
2025-02-12 18:08:01 -05:00
Eric Windmill
3172aff8f8
Updates for 3.22 ( #2266 )
...
Updates for 3.22
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com >
Co-authored-by: Qun Cheng <chengqunq@gmail.com >
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
2024-05-14 10:37:24 -04:00
Taha Tesser
974aaf12b9
Replace MaterialButton in the AnimatedBuilder sample ( #1729 )
2023-04-08 12:39:28 +10:00
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
2021-12-09 13:15:57 +10: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
Arteev Raina
35aceb961e
[animations] added test for focus image ( #711 )
2021-02-11 18:44:57 -08:00
Arteev Raina
e7d70288d9
[animations]: added test for AnimatedList ( #637 )
2021-01-26 22:39:05 -08:00
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
2021-01-27 13:20:50 +11:00
Arteev Raina
d01e6ab2bf
[animations] added test for HeroAnimation ( #620 )
2020-12-16 21:48:05 -08:00
Tushar Ojha
9b968cf85e
[animations] adds test for AnimatedPositioned ( #576 )
2020-11-02 13:06:28 -08:00
Ayush Bherwani
491c3f58aa
[animations] adds test for CarouselDemo ( #443 )
2020-06-05 18:15:59 -07:00
Abdullah Deshmukh
b518c322cc
[animations] Add widget tests for card_swipe ( #442 )
2020-05-22 21:34:44 +10:00
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
2020-05-13 09:18:26 +10:00
Ayush Bherwani
b2f3ccfad2
[animations] adds widget test for expand card ( #410 )
2020-04-27 17:31:04 -07:00
Ayush Bherwani
f8e3d391f3
Added more examples in animations ( #341 )
2020-03-18 16:49:18 -07:00
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
2019-10-07 14:57:12 -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