BrunoJurkovic / flip_card

A Flutter widget that easily adds the flipping animation to any widget
BSD 3-Clause "New" or "Revised" License
345 stars 103 forks source link

Replace example project with newer version #80

Closed m-haisham closed 1 year ago

m-haisham commented 1 year ago

Description

A replacement of the example project with a newer version as it was outdated

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

ciriousjoker commented 1 year ago

@m-haisham It looks like you used the automatic migration tool provided by Flutter? If you did anything on top of that, please explain that.

m-haisham commented 1 year ago

I deleted and recreated the whole example folder with flutter create example. Then added flutter_lints and applied all fixes and suggestions that it provided. I replaced the deprecated (textTheme) properties with suggestions and lastly removed the stack and gave the background color to scaffold widget itself.

ciriousjoker commented 1 year ago

@m-haisham Sorry for not getting around to reviewing this sooner. Thanks for your contribution!