ZeroPass / dmrtd

Dart library for reading Biometric Passport
Other
43 stars 19 forks source link

Error: The method 'PlatformButton' isn't defined for the class #17

Closed psimatis closed 9 months ago

psimatis commented 9 months ago

I get the following error. How do I fix it?

_lib/main.dart:563:29: Error: The method 'PlatformButton' isn't defined for the class '_MrtdHomePageState'.

Thanks!

smlu commented 9 months ago

The solution is to either pin version of flutter_platform_widgets to 1.20 or use develop branch.

psimatis commented 9 months ago

Hi thanks for the response.

I simply renamed it to PlatformTextButton and it works