Animation Sample:Demonstration of AnimatedSwitcher#368
Animation Sample:Demonstration of AnimatedSwitcher#368farheen21 wants to merge 3 commits intoflutter:masterfrom farheen21:master
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@redbrogdon @kwalrath @johnpryan Needs your reviews here. |
@googlebot i signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Hi @farheen21, thanks for the pull request. Did you know we also have an AnimatedSwitcher example in the docs? https://api.flutter.dev/flutter/widgets/AnimatedSwitcher-class.html @redbrogdon @gspencergoog do you know if the AnimatedSwitcher example in the docs will get a DartPad version? |
|
Well, there weren't any plans for it, but it was easy enough, so I did: see flutter/flutter#52547 |
|
@farheen21 Thanks for making a PR. We are generally looking for contributions to be "fixes and necessary improvements". This is looks like of a technique to create a toggle-switch widget using an AnimatedPositioned with an AnimatedSwitcher. Also, this isn't one of the basic building blocks and patterns we want to cover in the Thanks! |
Made an animation sample by using AnimatedSwticher