letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.73k stars 592 forks source link

Remove deprecated apis references #443

Closed QuncCccccc closed 1 year ago

QuncCccccc commented 1 year ago

This PR is to remove 2 references for the deprecated parameters: OutlinedButton.styleFrom.primary and OutlinedButton.styleFrom.onSurface.

It seems the request review button doesn't work here. So @letsar could you take a look? Thanks a lot:)

Piinks commented 1 year ago

@letsar will you accept this change?

letsar commented 1 year ago

Yes, sorry I was not available the last week. I'll look at it as soon as possible

Piinks commented 1 year ago

Thank you very much! 😁

letsar commented 1 year ago

Published in 3.0.1 by the way

Piinks commented 1 year ago

@QuncCccccc ^ this is the version we will need to roll to for the affected customers. 👍

QuncCccccc commented 1 year ago

Great! Thanks a lot @letsar @Piinks for all your help!