Eric Windmill
719fd72c38
Flutter 3.29 beta ( #2571 )
2025-02-12 18:08:01 -05:00
Sasank Tumpati
0e1355841d
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214 ) ( #2217 )
2024-03-20 20:16:39 +11:00
Brett Morgan
e5ec08fccd
Update Samples for 3.16 ( #2085 )
...
*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*
*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-11-16 08:55:44 +10:00
Miguel Beltran
715c4338f6
adding more named and explicit imports ( #1909 )
2023-06-28 06:27:20 +10:00
Miguel Beltran
93db48966c
Explicit import for Platform and kIsWeb ( #1898 )
...
Following the ideas in flutter/website#7798 I have changed the imports
needed for Platform and kIsWeb to be explicitly named.
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-06-23 13:24:11 +10:00
Brett Morgan
36e7a6ab04
Update for Flutter 3.10 beta ( #1746 )
...
## 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 updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
---------
Co-authored-by: David Iglesias <ditman@gmail.com >
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com >
Co-authored-by: John Ryan <ryjohn@google.com >
2023-05-11 06:16:31 +10:00
Taha Tesser
974aaf12b9
Replace MaterialButton in the AnimatedBuilder sample ( #1729 )
2023-04-08 12:39:28 +10:00
Brett Morgan
4b6a23dd68
animations: Add flutter_animate (#1681 )
2023-03-01 06:57:56 +11:00
Brett Morgan
b52d7f7744
Tidyup animations sample ( #1672 )
...
* Tidyup
* Drop `flutterAnimateDemos`
2023-02-28 09:59:42 +10:00
Miguel Beltran
de6e27001e
Enable Material 3 on Animations sample ( #1605 )
2023-01-27 12:58:55 +01:00
Miguel Beltran
4ef8daffb6
Migrate animations to go_router ( #1521 )
2022-12-13 19:26:09 +11:00
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
2022-09-01 11:01:17 +10: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
Miguel Beltran
35713ac2d9
rename constants ( #1047 )
2022-03-08 11:08:53 +10:00
Miguel Beltran
1fc5ef093b
Add Desktop window setup to Animations sample ( #1035 )
2022-03-02 08:55:36 +10:00
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
2022-02-28 11:57:09 -08:00
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
2021-12-09 13:15:57 +10:00
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
2021-11-03 09:58:12 -07:00
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
2021-09-08 17:35:05 -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
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
2021-03-03 11:44:35 -08:00
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
2021-01-27 13:20:50 +11:00
Priyanshu Agarwal
6502209a78
bug fix in cutomTweenDemo ( #675 )
2021-01-27 09:21:42 +11:00
Alabhya
e940d54618
Added title ( #614 )
2020-12-14 22:01:15 -08:00
Alabhya
0264184a2c
[animation] Replaced depricated property(overflow) with new one(clipBehavior) ( #607 )
2020-12-09 22:43:31 -08:00
Tushar Ojha
092e78162c
[Animations] Button size increased ( #600 )
2020-11-26 19:24:42 +11:00
Mohak Shrivastava
850eff6330
add remove-button ( #545 )
2020-09-17 16:56:30 -07:00
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
2020-05-13 09:18:26 +10:00
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 >
2020-05-06 14:09:15 -07:00
Andrew Brogdon
c7f5030079
Moved two animation vignettes into misc. ( #425 )
2020-05-04 13:38:38 -07:00
Ayush Kumar Shaw
ed284c78bd
Added CurvedAnimation Sample ( #385 )
2020-04-22 22:08:12 -07:00
Brett Morgan
28742ddeaf
Adding directives_ordering ( #396 )
2020-03-26 06:14:39 +11:00
Ayush Bherwani
f8e3d391f3
Added more examples in animations ( #341 )
2020-03-18 16:49:18 -07:00
Jaideep Prasad
73ee9832a2
[animations] Added FadeTransition Demo ( #375 )
...
* [animations] Added FadeTransition Demo
* updated acc to reviews
* updated acc to reviews
Co-authored-by: John Ryan <ryjohn@google.com >
2020-03-17 16:08:15 -07:00
Jaideep Prasad
b1a4a24f64
[animations] new animation sample: Hero Animation Demo ( #364 )
2020-03-17 15:18:30 -07:00
Andrew Brogdon
1289227832
Moving animated list sample ( #366 )
2020-03-10 16:33:23 -07:00
Govind Dixit
c358eda342
feat: add more animations examples ( #345 )
2020-03-10 08:25:45 -07:00
Harun Madanoglu
f98d66d514
Fix - text on MaterialButton not changing ( #324 )
2020-02-21 08:38:57 -08:00
Matt Sullivan
f2ca77008a
Updated spring animation example ( #158 )
2019-11-05 09:25:09 -08: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
Thea Flowers
e3338726c6
Add shared analysis_options.yaml to animation samples ( #145 )
2019-09-27 14:36:38 -07:00
John Ryan
f9d973e7ba
call super.dispose() in sample ( #141 )
...
closes flutter/flutter#40157
2019-09-10 16:01:26 -07:00
Thea Flowers
4481391d39
Fix small nits with the animation samples ( #138 )
2019-09-10 15:34:30 -07:00
Thea Flowers
3348c2f2dd
Add helpful comments to the animation samples ( #136 )
2019-09-05 09:46:17 -07:00
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
2019-08-13 14:13:57 -07:00
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
2019-08-08 10:10:57 -07: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