Eric Windmill
9801f24ac8
[LLM release] Dart 3.9 / Flutter 3.35 ( #2701 )
...
I got carried away with Gemini and basically rewrote CI and the release
process for the new LLM reality.
- 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
- 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 `///`).
1 month ago
Eric Windmill
719fd72c38
Flutter 3.29 beta ( #2571 )
7 months ago
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>
1 year ago
Taha Tesser
974aaf12b9
Replace `MaterialButton` in the `AnimatedBuilder` sample ( #1729 )
2 years ago
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
4 years ago
Brett Morgan
b1a49c0afb
Adjust animations lint rules ( #814 )
4 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
4 years ago
Arteev Raina
35aceb961e
[animations] added test for focus image ( #711 )
5 years ago
Arteev Raina
e7d70288d9
[animations]: added test for AnimatedList ( #637 )
5 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
5 years ago
Arteev Raina
d01e6ab2bf
[animations] added test for HeroAnimation ( #620 )
5 years ago
Tushar Ojha
9b968cf85e
[animations] adds test for AnimatedPositioned ( #576 )
5 years ago
Ayush Bherwani
491c3f58aa
[animations] adds test for CarouselDemo ( #443 )
5 years ago
Abdullah Deshmukh
b518c322cc
[animations] Add widget tests for card_swipe ( #442 )
5 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
Ayush Bherwani
b2f3ccfad2
[animations] adds widget test for expand card ( #410 )
5 years ago
Ayush Bherwani
f8e3d391f3
Added more examples in animations ( #341 )
6 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
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
6 years ago