flutter_screen_lock icon indicating copy to clipboard operation
flutter_screen_lock copied to clipboard

inputButtonConfig was removed, but not update in docs

Open amir14a opened this issue 1 year ago • 1 comments

Hi, I use latest version of your package(7.0.4), in this version, there is no inputButtonConfig property and InputButtonConfig class, but you don't include this in your documents, there is no migration guide for this, and you use this property in the last example in your docs, please update your docs

amir14a avatar Sep 29 '22 10:09 amir14a

sorry about that! 7.0.1 was actually a breaking change and I replaced InputButtonConfig with KeyPadConfig. I have added this to the migration guide in the readme. #89 should fix the docs accordingly!

clragon avatar Oct 18 '22 16:10 clragon